Skip to content
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

[UX] The --gpu NAME CLI argument doesn't override the gpu requirements defined in YAML #1339

Closed
peterschmidt85 opened this issue Jun 17, 2024 · 1 comment · Fixed by #1455
Assignees
Labels

Comments

@peterschmidt85
Copy link
Contributor

Steps to reproduce:

  1. Define .dstack.yml with gpu: 24GB
  2. Run dstack run . -f .dstack.yml --gpu H100

Actual behavior:

  1. It doesn't show any offers (even if there are H100 offers) - because dstack merges the CLI and YAML H100:24GB

Expected:

  1. It should show all H100 offers
@peterschmidt85
Copy link
Contributor Author

This issue is stale because it has been open for 30 days with no activity.

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