livepeer / ai-worker

https://livepeer.ai
MIT License
17 stars 26 forks source link

Check for model folder when creating container #131

Open eliteprox opened 3 months ago

eliteprox commented 3 months ago

This change adds the ModelExists method to DockerManager and AI Worker to check if the specific model folder is available in the models directory for the given container.

This improves network reliability by allowing orchestrators to quickly respond when a specific model is missing (primarily used for cold model requests and orchestrator startup).