mwitiderrick
commited on
Commit
•
842732c
1
Parent(s):
376e9df
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ Run in a Python pipeline for local inference:
|
|
20 |
```python
|
21 |
from vllm import LLM, SamplingParams
|
22 |
|
23 |
-
model = LLM("nm-testing/Nous-Hermes-2-SOLAR-10.7B-pruned2.4", sparsity="
|
24 |
prompt = "How to make banana bread?"
|
25 |
formatted_prompt = f"<|im_start|>User:{prompt}\n<|im_start|>assistant:\n"
|
26 |
|
|
|
20 |
```python
|
21 |
from vllm import LLM, SamplingParams
|
22 |
|
23 |
+
model = LLM("nm-testing/Nous-Hermes-2-SOLAR-10.7B-pruned2.4", sparsity="semi_structured_sparse_w16a16")
|
24 |
prompt = "How to make banana bread?"
|
25 |
formatted_prompt = f"<|im_start|>User:{prompt}\n<|im_start|>assistant:\n"
|
26 |
|