Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
tags:
|
3 |
- deepsparse
|
4 |
---
|
|
|
|
|
5 |
```python
|
6 |
from deepsparse import TextGeneration
|
7 |
model = TextGeneration(model="hf:mgoin/Sheared-LLaMA-1.3B-ds")
|
|
|
2 |
tags:
|
3 |
- deepsparse
|
4 |
---
|
5 |
+
# https://huggingface.co/princeton-nlp/Sheared-LLaMA-1.3B exported for DeepSparse
|
6 |
+
|
7 |
```python
|
8 |
from deepsparse import TextGeneration
|
9 |
model = TextGeneration(model="hf:mgoin/Sheared-LLaMA-1.3B-ds")
|