Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down