crystalkalem commited on
Commit
7faa166
·
verified ·
1 Parent(s): 21b72e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ description = f"Chat with <a href=\"https://huggingface.co/{model_id}\">{model_n
16
  # Initialize the LLM
17
  llm = Llama(model_path="model.gguf",
18
  n_ctx=64000,
19
- n_threads=128,
20
  n_vocab=51200,
21
  n_gpu_layers=-1,
22
  chat_format=chat_template)
 
16
  # Initialize the LLM
17
  llm = Llama(model_path="model.gguf",
18
  n_ctx=64000,
19
+ n_threads=1,
20
  n_vocab=51200,
21
  n_gpu_layers=-1,
22
  chat_format=chat_template)