mgoin commited on
Commit
c0152d0
·
1 Parent(s): 035d17e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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(sequences="Tell me a joke.")
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
  ```