zerostratos commited on
Commit
b05a407
·
verified ·
1 Parent(s): 8d5282f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ from llama_cpp import Llama
3
 
4
  # Load the model
5
  llm = Llama.from_pretrained(
6
- repo_id="thviet79/model-QA-medical-2024",
7
- filename="models-7B-F16.gguf"
8
  )
9
 
10
  # Define the function to interact with the model
 
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
 
10
  # Define the function to interact with the model