Spaces:
Paused
Paused
Commit
·
a73b266
1
Parent(s):
991f9fb
Update config.toml
Browse files- config.toml +2 -3
config.toml
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
model="samantha-
|
2 |
use_mmap="True"
|
3 |
use_mlock="True"
|
4 |
n_threads="6"
|
5 |
n_ctx="2048"
|
6 |
-
n_gpu_layers="50"
|
7 |
-
ngl="60"
|
|
|
1 |
+
model="samantha-7B-GGML/samantha-7b.ggmlv3.q4_0.bin"
|
2 |
use_mmap="True"
|
3 |
use_mlock="True"
|
4 |
n_threads="6"
|
5 |
n_ctx="2048"
|
6 |
+
n_gpu_layers="50"
|
|