Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,6 @@ llm = Llama(
|
|
11 |
filename=os.environ.get("MODEL_FILE", "Atlas-Chat-2B.Q8_0.gguf"),
|
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
|
|
|
11 |
filename=os.environ.get("MODEL_FILE", "Atlas-Chat-2B.Q8_0.gguf"),
|
12 |
),
|
13 |
n_ctx=4096,
|
|
|
|
|
14 |
)
|
15 |
|
16 |
# Training prompt format for Atlas-Chat style conversation
|