mwitiderrick commited on
Commit
e54ea37
1 Parent(s): 5fa461f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ from deepsparse import TextGeneration
27
  prompt = "How to make banana bread?"
28
  formatted_prompt = f"<s>[INST]{prompt}[/INST]"
29
 
30
- model = TextGeneration(model_path="hf:nm-testing/Llama2-7b-chat-pruned50-quant-ds")
31
 
32
  print(model(formatted_prompt, max_new_tokens=500).generations[0].text)
33
  """
 
27
  prompt = "How to make banana bread?"
28
  formatted_prompt = f"<s>[INST]{prompt}[/INST]"
29
 
30
+ model = TextGeneration(model_path="hf:neuralmagic/Llama2-7b-chat-pruned50-quant-ds")
31
 
32
  print(model(formatted_prompt, max_new_tokens=500).generations[0].text)
33
  """