mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Set numseqs to 1 if using dynamic world info scan
This commit is contained in:
@ -1433,7 +1433,7 @@ def generate(txt, min, max):
|
||||
|
||||
with torch.no_grad():
|
||||
already_generated = 0
|
||||
numseqs = vars.numseqs
|
||||
numseqs = vars.numseqs if not vars.dynamicscan else 1
|
||||
found_entries = model.kai_scanner_excluded_world_info
|
||||
while True:
|
||||
genout = generator(
|
||||
|
Reference in New Issue
Block a user