From 701bf0a6cd775c252cbaf5fbefdb815e9ed746a4 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 22 Jul 2023 11:56:43 +0800 Subject: [PATCH] reduce sleep time between jobs --- koboldcpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldcpp.py b/koboldcpp.py index a25a1b851..8b65b749d 100755 --- a/koboldcpp.py +++ b/koboldcpp.py @@ -1427,7 +1427,7 @@ def run_horde_worker(args, api_key, worker_name): print(f'\nSubmitted generation to {cluster} with id {current_id} and contributed for {reply["reward"]}') current_id = None current_payload = None - time.sleep(5) + time.sleep(1) if exitcounter<100: print("Horde Worker Shutdown - Too many errors.") else: