Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torch: composable-sft requirement #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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