0.16.4
·
1889 commits
to master
since this release
CUDO Compute
The 0.16.4 update introduces the cudo backend, which allows running workloads with CUDO Compute, a cloud GPU marketplace.
To configure the cudo backend, you simply need to specify your CUDO Compute project ID and API key:
projects:
- name: main
backends:
- type: cudo
project_id: my-cudo-project
creds:
type: api_key
api_key: 7487240a466624b48de22865589Once it's done, you can restart the dstack server and use the dstack CLI or API to run workloads.
Note
Limitations
- The
dstack gatewayfeature is not yet compatible withcudo, but it is expected to be supported in version0.17.0,
planned for release within a week. - The
cudobackend cannot yet be used with dstack Sky, but it will also be enabled within a week.
Full changelog: 0.16.3...0.16.4