Commit
·
edee858
1
Parent(s):
45051a3
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ Run in a [Python pipeline](https://github.com/neuralmagic/deepsparse/blob/main/d
|
|
25 |
from deepsparse import TextGeneration
|
26 |
|
27 |
prompt = "How to make banana bread?"
|
28 |
-
formatted_prompt = f"
|
29 |
|
30 |
model = TextGeneration(model_path="hf:nm-testing/SOLAR-10.7B-Instruct-v1.0-pruned50-quant-ds")
|
31 |
|
|
|
25 |
from deepsparse import TextGeneration
|
26 |
|
27 |
prompt = "How to make banana bread?"
|
28 |
+
formatted_prompt = f"<s>[INST]{prompt}[/INST]"
|
29 |
|
30 |
model = TextGeneration(model_path="hf:nm-testing/SOLAR-10.7B-Instruct-v1.0-pruned50-quant-ds")
|
31 |
|