Skip to content

Commit

Permalink
Add another variant "nvidia-h100-nvl"
Browse files Browse the repository at this point in the history
  • Loading branch information
lazariv authored Dec 13, 2024
1 parent 3da49f3 commit 985bd6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1652,6 +1652,7 @@ impl From<&str> for Gpu {
"nvidia-l40s" => Gpu::L40S,
"nvidia-a10g" => Gpu::A10G,
"nvidia-h100-80gb-hbm3" => Gpu::H100,
"nvidia-h100-nvl" => Gpu::H100,
"nvidia-h100" => Gpu::H100,
"nvidia-a100-sxm4-80gb" => Gpu::A100,
"nvidia-a100-80gb-pcie" => Gpu::A100,
Expand Down

0 comments on commit 985bd6a

Please sign in to comment.