Spaces:
Paused
Paused
Commit
·
b469297
1
Parent(s):
91b8de5
Update config.toml
Browse files- config.toml +3 -3
config.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
model="
|
2 |
use_mmap="True"
|
3 |
use_mlock="True"
|
4 |
-
n_threads="
|
5 |
n_ctx="2048"
|
6 |
-
n_gpu_layers="
|
|
|
1 |
+
model="robin-13b.ggmlv3.q3_K_M.bin"
|
2 |
use_mmap="True"
|
3 |
use_mlock="True"
|
4 |
+
n_threads="8"
|
5 |
n_ctx="2048"
|
6 |
+
n_gpu_layers="20"
|