From 266337cfa7fed84edccf178a6c749a9615d97b16 Mon Sep 17 00:00:00 2001 From: M Saiful Bari Date: Tue, 6 Dec 2022 21:43:40 +0800 Subject: [PATCH] torch: composable-sft requirement --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5841e57..e6e91b8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # README ## Installation -1. Install the packages from [composable-sft](https://github.com/cambridgeltl/composable-sft). -2. Install the packages from [rational_activations](https://github.com/ml-research/rational_activations). You would need to follow the [Other CUDA/PyTorch] section for installation. -3. Uninstall transformers using the command `pip uninstall transformers`. -4. Install the packages from this repo using `pip install -r requirements.txt`. +1. Install [torch](https://pytorch.org/get-started/locally/). +2. Install the packages from [composable-sft](https://github.com/cambridgeltl/composable-sft). +3. Install the packages from [rational_activations](https://github.com/ml-research/rational_activations). You would need to follow the [Other CUDA/PyTorch] section for installation. +4. Uninstall transformers using the command `pip uninstall transformers`. +5. Install the packages from this repo using `pip install -r requirements.txt`. ## Language Adaptations