I have implemented a node provider API for the provisioner in Cudo Compute. However, it seems like the ray autoscaler is trying to call it as a NodeProvider Class when it is actually a module full of imports. How can I convert the API to the new provisioner API?
Sean Berry
Asked on Jan 08, 2024
To convert the node provider API to the new provisioner API, you need to follow these steps:
Cudo.PROVISIONER_VERSION = clouds.ProvisionerVersion.SKYPILOT
in your clouds/cudo.py
file.sky/provision/cudo/*
files as suggested in the documentation for adding new clouds.