ky32 commited on
Commit
3d2a79c
·
verified ·
1 Parent(s): 2de9bad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ app = FastAPI()
11
 
12
  llm = Llama(
13
  model_path=hf_hub_download(
14
- repo_id="TheBloke/Llama-2-7b-Chat-GGUF",
15
  filename="mistral-7b-v0.1.Q4_K_M.gguf"),
16
  n_ctx=2048,
17
  )
 
11
 
12
  llm = Llama(
13
  model_path=hf_hub_download(
14
+ repo_id="TheBloke/Mistral-7B-v0.1-GGUF",
15
  filename="mistral-7b-v0.1.Q4_K_M.gguf"),
16
  n_ctx=2048,
17
  )