Text Generation
Transformers
PyTorch
English
olmo2
conversational
Inference Endpoints
amanrangapur commited on
Commit
da1f71f
1 Parent(s): e9edbea

Added installation cmd

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -50,6 +50,13 @@ The core models released in this batch include the following:
50
  - **Paper:** Coming soon!
51
  - **Demo:** https://playground.allenai.org/
52
 
 
 
 
 
 
 
 
53
  ## Using the model
54
 
55
  ### Loading with HuggingFace
 
50
  - **Paper:** Coming soon!
51
  - **Demo:** https://playground.allenai.org/
52
 
53
+ ## Installation
54
+
55
+ OLMo 2 will be supported in the next version of Transformers, and you need to install it from the main branch using:
56
+ ```bash
57
+ pip install --upgrade git+https://github.com/huggingface/transformers.git
58
+ ```
59
+
60
  ## Using the model
61
 
62
  ### Loading with HuggingFace