Skip to content

[Feature]: Support more CPU-only machine types on GCP #2496

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

Open
colinjc opened this issue Apr 9, 2025 · 1 comment · May be fixed by #2685
Open

[Feature]: Support more CPU-only machine types on GCP #2496

colinjc opened this issue Apr 9, 2025 · 1 comment · May be fixed by #2685
Assignees
Labels

Comments

@colinjc
Copy link
Contributor

colinjc commented Apr 9, 2025

Problem

When working on ML projects we don't always need GPUs, but want to use the same tooling for CPU-only workflows. dstack currently only supports e2 machines on GCP, it should also support all CPU machines types to enable this.

N4, C4, C3, H3, N2, E2

Solution

No response

Workaround

No response

Would you like to help us implement this feature by sending a PR?

Yes

@r4victor
Copy link
Collaborator

Looked up what we need to support the new machine series:

The latest series (N4, C4, M4) do not support Persistent disks but only Hyperdisk. So we'll need to use Hyperdisk for the boot disk with them. Also, volumes won't work since they currently use Persistent disks. Requires #2588 to support volumes for newer series. The current dstack VM image works, so it doesn't need to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants