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