update changelog

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-04-08 07:52:10 -04:00
parent b5e421018b
commit 26193b6c22
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ def get_prompt_schedule(prompt, steps):
for s in range(steps):
if len(temp) < s + 1 <= chunk[0]:
temp.append(chunk[1])
debug(f'Prompt: schedule={temp} time={(time.time() - t0):.3f}')
# debug(f'Prompt: schedule={temp} time={(time.time() - t0):.3f}')
return temp, len(schedule) > 1