mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-22 06:45:11 +00:00
rowsplit removed
This commit is contained in:
parent
c95d4e466e
commit
6fffdb5c62
1 changed files with 2 additions and 1 deletions
|
|
@ -7942,7 +7942,8 @@ def splitmode_choices_to_int(value): #layer=1, row=2, tensor=3
|
|||
if value=='layer':
|
||||
return 1
|
||||
elif value=='row':
|
||||
return 2
|
||||
print("!!!\nWARNING: split mode row was removed! Using tensor split instead!\n!!!")
|
||||
return 3
|
||||
elif value=='tensor':
|
||||
return 3
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue