mwitiderrick commited on
Commit
8885e45
1 Parent(s): 38ad8cc

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"### User:\n{prompt}\n\n### Assistant:\n"
29
 
30
- model = TextGeneration(model_path="hf:nm-testing/Nous-Hermes-2-SOLAR-10.7B-pruned50-quant-ds")
31
 
32
  print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
33
  """
 
27
  prompt = "How to make banana bread?"
28
  formatted_prompt = f"### User:\n{prompt}\n\n### Assistant:\n"
29
 
30
+ model = TextGeneration(model_path="hf:neuralmagic/Nous-Hermes-2-SOLAR-10.7B-pruned50-quant-ds")
31
 
32
  print(model(formatted_prompt, max_new_tokens=200).generations[0].text)
33
  """