Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def initialize_chain():
|
|
14 |
n_batch = 1024
|
15 |
|
16 |
llm = LlamaCpp(
|
17 |
-
model_path="models
|
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,
|