Spaces:
Sleeping
Sleeping
Update LoadLLM.py
Browse files- 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=
|
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,
|