dstack
dstack copied to clipboard
[UX] The `--gpu NAME` CLI argument doesn't override the `gpu` requirements defined in YAML
Steps to reproduce:
- Define
.dstack.ymlwithgpu: 24GB - Run
dstack run . -f .dstack.yml --gpu H100
Actual behavior:
- It doesn't show any offers (even if there are H100 offers) - because
dstackmerges the CLI and YAMLH100:24GB
Expected:
- It should show all
H100offers