Spaces:
Paused
Paused
Commit
·
d79eab9
1
Parent(s):
f134f55
Update config.toml
Browse files- config.toml +4 -4
config.toml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
model=wizardLM-7B/wizardLM-7B.ggml.q5_0.bin
|
2 |
-
use_mmap=True
|
3 |
-
use_mlock=True
|
4 |
-
n_threads=4
|
|
|
1 |
+
model="wizardLM-7B/wizardLM-7B.ggml.q5_0.bin"
|
2 |
+
use_mmap="True"
|
3 |
+
use_mlock="True"
|
4 |
+
n_threads="4"
|