Commit 25f31a1
authored
fix: remove unsupported gpus from configuration (#1602)
## Description
Restricted GPU options in the launcher task annotation schema to only include NVIDIA H200, removing NVIDIA H100 and NVIDIA A100 options.
## Related Issue and Pull requests
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [x] Improvement
- [ ] Cleanup/Refactor
- [ ] Breaking change
- [ ] Documentation update
## Checklist
- [ ] I have tested this does not break current pipelines / runs functionality
- [ ] I have tested the changes on staging
## Screenshots (if applicable)
## Test Instructions

Verify that only NVIDIA H200 appears as a GPU option in the launcher task interface.
## Additional Comments
This change simplifies GPU selection by limiting options to only the H200 model.
See https://vault.shopify.io/docs/craft/138-Data/data_handbook/ml_at_shopify/ml_infrastructure#shopify-gpu-policy1 parent fd2bdad commit 25f31a1
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | | - | |
| 80 | + | |
83 | 81 | | |
84 | 82 | | |
85 | 83 | | |
| |||
0 commit comments