mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
quick fix for trim stop
This commit is contained in:
parent
90f5cd0f67
commit
6731dd64f1
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ def string_has_overlap(str_a, str_b, maxcheck):
|
|||
return False
|
||||
|
||||
def string_contains_or_overlaps_sequence_substring(inputstr, sequences):
|
||||
if inputstr.strip()=="":
|
||||
if inputstr=="":
|
||||
return False
|
||||
for s in sequences:
|
||||
if s.strip()=="":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue