redotvideo / haven

LLM fine-tuning and eval
https://haven.run
Apache License 2.0
341 stars 11 forks source link

Return instead of throwing when worker name is already taken #46

Closed hkonsti closed 1 year ago

hkonsti commented 1 year ago

If someone wants to create a bunch of workers using a python script, I don't want the manager to throw an error if the worker name is already taken. Instead, we assume that the script has simply been run before and we only create if it's not already there.