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).
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).