Spaces:
Running
on
Zero
Running
on
Zero
increase context length to 2048
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ hf_hub_download(
|
|
13 |
def load_model():
|
14 |
return Llama(
|
15 |
model_path="models/qwen2.5-7b-instruct-q2_k.gguf",
|
16 |
-
n_ctx=
|
17 |
n_threads=2,
|
18 |
n_threads_batch=2,
|
19 |
n_batch=4,
|
|
|
13 |
def load_model():
|
14 |
return Llama(
|
15 |
model_path="models/qwen2.5-7b-instruct-q2_k.gguf",
|
16 |
+
n_ctx=2048,
|
17 |
n_threads=2,
|
18 |
n_threads_batch=2,
|
19 |
n_batch=4,
|