natolambert
commited on
Commit
•
d929682
1
Parent(s):
3cb6e3b
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ co2_eq_emissions: 1
|
|
21 |
|
22 |
# Use
|
23 |
|
24 |
-
Install
|
25 |
|
26 |
```python
|
27 |
from transformers import OlmoeForCausalLM, AutoTokenizer
|
|
|
21 |
|
22 |
# Use
|
23 |
|
24 |
+
Install `transformers` **from source** until a release after [this PR](https://github.com/huggingface/transformers/pull/32406) & `torch` and run:
|
25 |
|
26 |
```python
|
27 |
from transformers import OlmoeForCausalLM, AutoTokenizer
|