hypeconqueror1 commited on
Commit
2eabd29
·
verified ·
1 Parent(s): fb3e99e

Update LoadLLM.py

Browse files
Files changed (1) hide show
  1. LoadLLM.py +1 -1
LoadLLM.py CHANGED
@@ -15,7 +15,7 @@ class Loadllm:
15
  model_path=model_path,
16
  n_gpu_layers=40,
17
  n_batch=512,
18
- n_ctx=512,
19
  f16_kv=True, # MUST set to True, otherwise you will run into problem after a couple of calls
20
  callback_manager=callback_manager,
21
  verbose=True,
 
15
  model_path=model_path,
16
  n_gpu_layers=40,
17
  n_batch=512,
18
+ n_ctx=1024,
19
  f16_kv=True, # MUST set to True, otherwise you will run into problem after a couple of calls
20
  callback_manager=callback_manager,
21
  verbose=True,