mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
Merge branch 'upstream' into concedo_experimental
# Conflicts: # CMakeLists.txt # Makefile # README-sycl.md # README.md # scripts/compare-commits.sh # tests/test-backend-ops.cpp
This commit is contained in:
commit
22c49e6b1e
18 changed files with 1140 additions and 792 deletions
|
@ -2248,6 +2248,8 @@ def show_new_gui():
|
|||
runopts_var.set(openblas_option)
|
||||
if "gpulayers" in dict and dict["gpulayers"]:
|
||||
gpulayers_var.set(dict["gpulayers"])
|
||||
else:
|
||||
gpulayers_var.set("0")
|
||||
if "tensor_split" in dict and dict["tensor_split"]:
|
||||
tssep = ','.join(map(str, dict["tensor_split"]))
|
||||
tensor_split_str_vars.set(tssep)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue