-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Support ARM CPUs #2101
Comments
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. Please reopen the issue if it is still relevant. |
One option is to use QEMU via Performance penalty seems to be substantial.
|
Problem
Many cloud providers offer instances with ARM CPUs, which can sometimes be more cost-efficient. There are also accelerators that are only available along with an ARM CPU, such as the NVIDIA GH200 chip.
dstack
does not support running jobs on ARM CPUs.Solution
Support running jobs on ARM CPUs.
Some things to consider:
dstack
will handle architecture emulation for Docker.dstack-shim
and possiblydstack-runner
in CI.gpuhunt
anddstack
and choose appropriate shim and runner builds when provisioning instances and starting jobs.dstack
OS images for ARM.dstack
Docker images for ARM.Workaround
No response
Would you like to help us implement this feature by sending a PR?
Yes
The text was updated successfully, but these errors were encountered: