Mattral commited on
Commit
1b6b88c
1 Parent(s): be5cae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def initialize_chain():
14
  n_batch = 1024
15
 
16
  llm = LlamaCpp(
17
- model_path="models/mistral-7b-instruct-v0.1.Q5_0.gguf",
18
  n_gpu_layers=n_gpu_layers,
19
  n_batch=n_batch,
20
  n_ctx=2048,
 
14
  n_batch = 1024
15
 
16
  llm = LlamaCpp(
17
+ model_path="models /mistral-7b-instruct-v0.1.Q5_0.gguf",
18
  n_gpu_layers=n_gpu_layers,
19
  n_batch=n_batch,
20
  n_ctx=2048,