Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ llm = Llama(
|
|
12 |
),
|
13 |
n_ctx=4096,
|
14 |
n_gpu_layers=-1,
|
|
|
15 |
)
|
16 |
|
17 |
# Training prompt format for Atlas-Chat style conversation
|
|
|
12 |
),
|
13 |
n_ctx=4096,
|
14 |
n_gpu_layers=-1,
|
15 |
+
n_threads=-1
|
16 |
)
|
17 |
|
18 |
# Training prompt format for Atlas-Chat style conversation
|