emozilla commited on
Commit
8504a5f
1 Parent(s): 8f4a815

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -27,6 +27,11 @@ model = AutoModelForCausalLM.from_pretrained("NousResearch/Yarn-Mistral-7b-128k"
27
  trust_remote_code=True)
28
  ```
29
 
 
 
 
 
 
30
  ## Benchmarks
31
 
32
  Long context benchmarks:
 
27
  trust_remote_code=True)
28
  ```
29
 
30
+ In addition you will need to use the latest version of `transformers` (until 4.35 comes out)
31
+ ```sh
32
+ pip install git+https://github.com/huggingface/transformers
33
+ ```
34
+
35
  ## Benchmarks
36
 
37
  Long context benchmarks: