mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
updated lite
This commit is contained in:
parent
b4dc29f425
commit
e07e73aeb4
2 changed files with 3877 additions and 4291 deletions
|
@ -4184,7 +4184,7 @@ def run_horde_worker(args, api_key, worker_name):
|
|||
current_id = pop['id']
|
||||
current_payload = pop['payload']
|
||||
print("") #empty newline
|
||||
print_with_time(f"Job received from {cluster} for {current_payload.get('max_length',80)} tokens and {current_payload.get('max_context_length',1024)} max context. Starting generation...")
|
||||
print_with_time(f"Job {current_id} received from {cluster} for {current_payload.get('max_length',80)} tokens and {current_payload.get('max_context_length',1024)} max context. Starting generation...")
|
||||
|
||||
#do gen
|
||||
while exitcounter < 10:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue