AjayP13 commited on
Commit
3cd5a38
1 Parent(s): 0a9763e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -13,6 +13,11 @@ pipeline_tag: text-generation
13
 
14
  ## Example Usage
15
 
 
 
 
 
 
16
  ```python3
17
  from transformers import pipeline, TextStreamer, QuantoConfig
18
 
 
13
 
14
  ## Example Usage
15
 
16
+ Make sure you have the latest versions of `transformers` and `quanto` with:
17
+ ```bash
18
+ pip install -U transformers quanto
19
+ ```
20
+
21
  ```python3
22
  from transformers import pipeline, TextStreamer, QuantoConfig
23