Update README.md
Browse files
README.md
CHANGED
@@ -5,5 +5,5 @@ tags:
|
|
5 |
```python
|
6 |
import deepsparse
|
7 |
model = deepsparse.Pipeline.create(task="text-generation", model_path="hf:mgoin/mpt-7b-chat-50pruned-quant")
|
8 |
-
model(
|
9 |
```
|
|
|
5 |
```python
|
6 |
import deepsparse
|
7 |
model = deepsparse.Pipeline.create(task="text-generation", model_path="hf:mgoin/mpt-7b-chat-50pruned-quant")
|
8 |
+
model("Tell me a joke.", max_new_tokens=50)
|
9 |
```
|