sushruthsam commited on
Commit
8f8b696
1 Parent(s): 47d4754

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from ctransformers import AutoModelForCausalLM
3
 
4
  # Load the model
5
  llm = AutoModelForCausalLM.from_pretrained(
6
- model_path_or_repo_id="mistral-7b-instruct-v0.2.Q2_K.gguf",
7
  model_type="mistral",
8
  )
9
 
 
3
 
4
  # Load the model
5
  llm = AutoModelForCausalLM.from_pretrained(
6
+ model_path_or_repo_id="my-model/mistral-7b-instruct-v0.2.Q2_K.gguf",
7
  model_type="mistral",
8
  )
9