mwitiderrick commited on
Commit
c832a75
1 Parent(s): d212550

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ Run in a [Python pipeline](https://github.com/neuralmagic/deepsparse/blob/main/d
24
  from deepsparse import TextGeneration
25
 
26
  prompt = "How to make banana bread?"
27
- formatted_prompt = f"### Instruction:\n### Input:{prompt}### Response:\n"
28
 
29
  model = TextGeneration(model="hf:nm-testing/open_llama_3b_instruct_v_0.2-pruned50-quant-ds")
30
 
 
24
  from deepsparse import TextGeneration
25
 
26
  prompt = "How to make banana bread?"
27
+ formatted_prompt = f"### Instruction:\n{prompt}### Response:\n"
28
 
29
  model = TextGeneration(model="hf:nm-testing/open_llama_3b_instruct_v_0.2-pruned50-quant-ds")
30