From 7298733ec48e7770ef4fee470877a3e77795791a Mon Sep 17 00:00:00 2001 From: Smirking Kitsune <36494751+SmirkingKitsune@users.noreply.github.com> Date: Tue, 21 May 2024 17:15:31 -0700 Subject: [PATCH] Update test_my_prompt_custom_script.py Removed a comment that questioned the functionality of a new code logic, since it was already tested and determined that it worked. --- scripts/test_my_prompt_custom_script.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_my_prompt_custom_script.py b/scripts/test_my_prompt_custom_script.py index 115d3de..9558e19 100644 --- a/scripts/test_my_prompt_custom_script.py +++ b/scripts/test_my_prompt_custom_script.py @@ -73,7 +73,7 @@ class Script(scripts.Script): continue # Check for stopping_generation - if state.stopping_generation: # Unsure if this works, + if state.stopping_generation: print("Stopping generation as requested.") break