zerostratos commited on
Commit
82e1706
·
verified ·
1 Parent(s): b05a407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from llama_cpp import Llama
3
 
4
  # Load the model
5
  llm = Llama.from_pretrained(
6
- repo_id="Viet-Mistral/Vistral-7B-Chat",
7
  # filename="models-7B-F16.gguf"
8
  )
9
 
 
3
 
4
  # Load the model
5
  llm = Llama.from_pretrained(
6
+ repo_id="Viet-Mistral/Vistral-7B-Chat"
7
  # filename="models-7B-F16.gguf"
8
  )
9