MarcosFRGames commited on
Commit
62c1ec6
·
verified ·
1 Parent(s): 5fffb40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ class LLMManager:
39
  llm_instance = Llama(
40
  model_path=temp_path,
41
  n_ctx=MAX_CONTEXT_TOKENS,
42
- n_batch=128,
43
  n_threads=2,
44
  n_threads_batch=2,
45
  use_mlock=True,
 
39
  llm_instance = Llama(
40
  model_path=temp_path,
41
  n_ctx=MAX_CONTEXT_TOKENS,
42
+ n_batch=96,
43
  n_threads=2,
44
  n_threads_batch=2,
45
  use_mlock=True,