mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-07 17:22:04 +00:00
increase ctx size slider
This commit is contained in:
parent
a3a5897d93
commit
894591da7c
1 changed files with 1 additions and 1 deletions
|
|
@ -6516,7 +6516,7 @@ def show_gui():
|
|||
# slider data
|
||||
batchsize_values = ["-1","16","32","64","128","256","512","1024","2048","4096"]
|
||||
batchsize_text = ["Don't Batch","16","32","64","128","256","512","1024","2048","4096"]
|
||||
contextsize_text = ["256", "512", "1024", "2048", "3072", "4096", "6144", "8192", "10240", "12288", "14336", "16384", "20480", "24576", "28672", "32768", "40960", "49152", "57344", "65536", "81920", "98304", "114688", "131072"]
|
||||
contextsize_text = ["256", "512", "1024", "2048", "3072", "4096", "6144", "8192", "10240", "12288", "14336", "16384", "20480", "24576", "28672", "32768", "40960", "49152", "57344", "65536", "81920", "98304", "114688", "131072","163840","196608","229376","262144"]
|
||||
quantkv_text = ["F16 (Off)","8-Bit","4-Bit","BF16"]
|
||||
|
||||
if not any(runopts):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue