mgoin commited on
Commit
f7977e3
·
1 Parent(s): 1a02d7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ https://huggingface.co/openlm-research/open_llama_3b_v2
10
  ```python
11
  import deepsparse
12
 
13
- model = deepsparse.Pipeline.create(task="text-generation", model_path="hf:mgoin/open_llama_3b_v2-ds")
14
  model("Tell me a joke.")
15
  ```
16
 
 
10
  ```python
11
  import deepsparse
12
 
13
+ model = deepsparse.TextGeneration(model="hf:mgoin/open_llama_3b_v2-ds")
14
  model("Tell me a joke.")
15
  ```
16