Install transformers from main (#8)
Browse files- Install transformers from main (3783f4b83c788e130f7b745242f5e5eb7b5abefb)
README.md
CHANGED
@@ -16,10 +16,10 @@ Code Llama is a collection of pretrained and fine-tuned generative text models r
|
|
16 |
| 34B | [codellama/CodeLlama-34b-hf](https://huggingface.co/codellama/CodeLlama-34b-hf) | [codellama/CodeLlama-34b-Python-hf](https://huggingface.co/codellama/CodeLlama-34b-Python-hf) | [codellama/CodeLlama-34b-Instruct-hf](https://huggingface.co/codellama/CodeLlama-34b-Instruct-hf) |
|
17 |
|
18 |
|
19 |
-
Make sure to
|
20 |
|
21 |
```bash
|
22 |
-
pip install git+https://github.com/huggingface/transformers.git@
|
23 |
```
|
24 |
|
25 |
|
|
|
16 |
| 34B | [codellama/CodeLlama-34b-hf](https://huggingface.co/codellama/CodeLlama-34b-hf) | [codellama/CodeLlama-34b-Python-hf](https://huggingface.co/codellama/CodeLlama-34b-Python-hf) | [codellama/CodeLlama-34b-Instruct-hf](https://huggingface.co/codellama/CodeLlama-34b-Instruct-hf) |
|
17 |
|
18 |
|
19 |
+
Make sure to install transformers from `main` until a new version is released:
|
20 |
|
21 |
```bash
|
22 |
+
pip install git+https://github.com/huggingface/transformers.git@main accelerate
|
23 |
```
|
24 |
|
25 |
|