Cran-May commited on
Commit
7a2f5cb
·
1 Parent(s): 5a04f90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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