emozilla commited on
Commit
cd17870
1 Parent(s): 9c9783f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -16,6 +16,11 @@ The comparison can be found in [this wandb report](https://api.wandb.ai/links/em
16
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/NAw-hyWJl5ihVsAPqz3Xe.png)
17
 
18
  Sample inference code
 
 
 
 
 
19
  ```python
20
  import torch
21
  from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline, TextStreamer
 
16
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6317aade83d8d2fd903192d9/NAw-hyWJl5ihVsAPqz3Xe.png)
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