MarcosFRGames commited on
Commit
0893fac
·
verified ·
1 Parent(s): 24de8e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ class LLMManager:
62
  llm_instance = Llama(
63
  model_path=temp_path,
64
  n_ctx=MAX_CONTEXT_TOKENS,
65
- n_batch=512,
66
  n_threads=2,
67
  n_threads_batch=2,
68
  use_mlock=True,
 
62
  llm_instance = Llama(
63
  model_path=temp_path,
64
  n_ctx=MAX_CONTEXT_TOKENS,
65
+ n_batch=384,
66
  n_threads=2,
67
  n_threads_batch=2,
68
  use_mlock=True,