Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ llm = Llama(
|
|
13 |
filename="WizardLM-7B-uncensored.ggmlv3.q4_0.bin",
|
14 |
),
|
15 |
n_ctx=2048,
|
|
|
16 |
) # download model from hf/ n_ctx=2048 for high ccontext length
|
17 |
|
18 |
history = []
|
|
|
13 |
filename="WizardLM-7B-uncensored.ggmlv3.q4_0.bin",
|
14 |
),
|
15 |
n_ctx=2048,
|
16 |
+
n_gpu_layers=30
|
17 |
) # download model from hf/ n_ctx=2048 for high ccontext length
|
18 |
|
19 |
history = []
|