Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def load_llm():
|
|
14 |
"s3nh/PY007-TinyLlama-1.1B-Chat-v0.2-GGUF",
|
15 |
model_file="PY007-TinyLlama-1.1B-Chat-v0.2.Q4_K_M.gguf",
|
16 |
model_type="llama",
|
17 |
-
gpu_layers=0
|
18 |
max_new_tokens = 1096,
|
19 |
repetition_penalty = 1.13,
|
20 |
temperature = 0.1
|
|
|
14 |
"s3nh/PY007-TinyLlama-1.1B-Chat-v0.2-GGUF",
|
15 |
model_file="PY007-TinyLlama-1.1B-Chat-v0.2.Q4_K_M.gguf",
|
16 |
model_type="llama",
|
17 |
+
gpu_layers=0,
|
18 |
max_new_tokens = 1096,
|
19 |
repetition_penalty = 1.13,
|
20 |
temperature = 0.1
|