Update README.md
Browse files
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:
|