-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Description
Problem
AICR currently recognizes a100, gb200, h100, and l40 accelerators but does not support the standalone Blackwell B200 GPU. Clusters with nvidia.com/gpu.product=NVIDIA-B200 (Blackwell family, compute 10.0) are detected as accelerator=any, preventing GPU-specific overlay matching.
Solution
Add b200 as a recognized CriteriaAcceleratorType in the criteria system and snapshot detection.
Changes needed
- Add
CriteriaAcceleratorB200constant topkg/recipe/criteria.go - Add B200 detection to
matchAccelerator()inpkg/recipe/snapshot.go - Add test cases for parsing and snapshot detection
Reactions are currently unavailable