Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ llm = Llama(
|
|
12 |
filename="llama-2-7b-chat.ggmlv3.q5_0.bin",
|
13 |
),
|
14 |
n_ctx=2048,
|
15 |
-
n_gpu_layers=
|
16 |
)
|
17 |
|
18 |
history = []
|
|
|
12 |
filename="llama-2-7b-chat.ggmlv3.q5_0.bin",
|
13 |
),
|
14 |
n_ctx=2048,
|
15 |
+
n_gpu_layers=50, # change n_gpu_layers if you have more or less VRAM
|
16 |
)
|
17 |
|
18 |
history = []
|