pcuenq HF staff commited on
Commit
82ad5cd
1 Parent(s): be52f4a

Install transformers from main (#8)

Browse files

- Install transformers from main (3783f4b83c788e130f7b745242f5e5eb7b5abefb)

Files changed (1) hide show
  1. README.md +2 -2
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 be using this temporary branch of transformers until support is fully merged and released:
20
 
21
  ```bash
22
- pip install git+https://github.com/huggingface/transformers.git@refs/pull/25740/head accelerate
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