Added installation cmd
Browse files
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
|