natolambert commited on
Commit
d929682
1 Parent(s): 3cb6e3b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ co2_eq_emissions: 1
21
 
22
  # Use
23
 
24
- Install the `pip install git+https://github.com/Muennighoff/transformers.git` & `torch` and run:
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