mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-01 18:47:36 +02:00
reduce sleep time between jobs
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user