shanearora commited on
Commit
1ee306d
1 Parent(s): cd28930

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -68,9 +68,7 @@ branches = [b.name for b in out.branches]
68
 
69
  ### Inference
70
 
71
- Install Transformers [from source](https://huggingface.co/docs/transformers/en/installation#install-from-source), or update to the next version when this [PR](https://github.com/huggingface/transformers/pull/29890) is integrated.
72
-
73
- Now, proceed as usual with HuggingFace:
74
  ```python
75
  from transformers import AutoModelForCausalLM, AutoTokenizer
76
  olmo = AutoModelForCausalLM.from_pretrained("allenai/OLMo-7B-0724-hf")
 
68
 
69
  ### Inference
70
 
71
+ Proceed as usual with HuggingFace:
 
 
72
  ```python
73
  from transformers import AutoModelForCausalLM, AutoTokenizer
74
  olmo = AutoModelForCausalLM.from_pretrained("allenai/OLMo-7B-0724-hf")