Spaces:
Paused
Paused
Commit
·
c627bc6
1
Parent(s):
01064d7
Update config.toml
Browse files- config.toml +1 -1
config.toml
CHANGED
@@ -2,5 +2,5 @@ model="guanaco-7B-GGML/guanaco-7B.ggmlv3.q4_0.bin"
|
|
2 |
use_mmap="True"
|
3 |
use_mlock="True"
|
4 |
n_threads="8"
|
5 |
-
n_ctx="
|
6 |
n_gpu_layers="50"
|
|
|
2 |
use_mmap="True"
|
3 |
use_mlock="True"
|
4 |
n_threads="8"
|
5 |
+
n_ctx="4096"
|
6 |
n_gpu_layers="50"
|