Update README.md
Browse files
README.md
CHANGED
@@ -16,6 +16,11 @@ The comparison can be found in [this wandb report](https://api.wandb.ai/links/em
|
|
16 |

|
17 |
|
18 |
Sample inference code
|
|
|
|
|
|
|
|
|
|
|
19 |
```python
|
20 |
import torch
|
21 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline, TextStreamer
|
|
|
16 |

|
17 |
|
18 |
Sample inference code
|
19 |
+
|
20 |
+
```sh
|
21 |
+
pip install ai2-olmo
|
22 |
+
```
|
23 |
+
|
24 |
```python
|
25 |
import torch
|
26 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline, TextStreamer
|