Update README.md
Browse files
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 |
|