Spaces:
Sleeping
Sleeping
Aleksandr Maiorov
commited on
Commit
·
11122fa
1
Parent(s):
2b0aafa
v0.6.2 - просто апи для генерации текста
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ try:
|
|
43 |
repo_id=REPO_ID,
|
44 |
filename='Vikhr-Qwen-2.5-1.5b-Instruct-Q8_0.gguf',
|
45 |
n_threads=2,
|
46 |
-
n_batch=
|
47 |
n_gpu_layers=-1,
|
48 |
n_ctx=4096,
|
49 |
temperature=0.3,
|
|
|
43 |
repo_id=REPO_ID,
|
44 |
filename='Vikhr-Qwen-2.5-1.5b-Instruct-Q8_0.gguf',
|
45 |
n_threads=2,
|
46 |
+
n_batch=512,
|
47 |
n_gpu_layers=-1,
|
48 |
n_ctx=4096,
|
49 |
temperature=0.3,
|