Commit
·
b9a2245
1
Parent(s):
f274875
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ 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-7b-Instruct-hf) |
|
| 17 |
|
| 18 |
|
| 19 |
-
Make sure to be using this
|
| 20 |
|
| 21 |
```bash
|
| 22 |
pip install git+https://github.com/huggingface/transformers.git@refs/pull/25740/head accelerate
|
|
|
|
| 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-7b-Instruct-hf) |
|
| 17 |
|
| 18 |
|
| 19 |
+
Make sure to be using this temporary branch of transformers unit support is fully merged and released.
|
| 20 |
|
| 21 |
```bash
|
| 22 |
pip install git+https://github.com/huggingface/transformers.git@refs/pull/25740/head accelerate
|