Spaces:
Paused
Paused
isimorfizam
commited on
Commit
•
f6b5f5a
1
Parent(s):
6a997da
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ def load_model():
|
|
62 |
embedding=True,
|
63 |
verbose=False,
|
64 |
n_ctx=1024,
|
65 |
-
n_threads =
|
66 |
n_gpu_layers=0, # The number of layers to offload to GPU, if you have GPU acceleration available
|
67 |
chat_format="llama-2",
|
68 |
cache_dir='./model_cached'
|
|
|
62 |
embedding=True,
|
63 |
verbose=False,
|
64 |
n_ctx=1024,
|
65 |
+
n_threads = 2,
|
66 |
n_gpu_layers=0, # The number of layers to offload to GPU, if you have GPU acceleration available
|
67 |
chat_format="llama-2",
|
68 |
cache_dir='./model_cached'
|