Skip to content

Commit 1ece071

Browse files
Update transformers fork to latest v4.43.0
1 parent 7ebbe7e commit 1ece071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

training/llama3.1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ If you haven't already, please first read an overview of all the optimizations t
44

55
## Requirements
66

7-
In order to get started you must install our forks of both [DeepSpeed](https://github.com/Snowflake-Labs/DeepSpeed/tree/ds-llama) and [transformers](https://github.com/Snowflake-Labs/transformers/tree/ds-llama). We are actively working on upstreaming these changes to their respective repos, but in the mean time please use these versions:
7+
In order to get started you must install our forks of both [DeepSpeed](https://github.com/Snowflake-Labs/DeepSpeed/tree/ds-llama) and [transformers](https://github.com/Snowflake-Labs/transformers/tree/v4.43.0-ds-llama). We are actively working on upstreaming these changes to their respective repos, but in the mean time please use these versions:
88

99
```bash
10-
pip install git+https://github.com/Snowflake-Labs/transformers.git@ds-llama
10+
pip install git+https://github.com/Snowflake-Labs/transformers.git@v4.43.0-ds-llama
1111
pip install git+https://github.com/Snowflake-Labs/DeepSpeed.git@ds-llama
1212
pip install huggingface_hub[hf_transfer]
1313
```

0 commit comments

Comments
 (0)