Update main.rs

Add nvidia-a100-sxm4-40gb
This commit is contained in:
lazariv 2024-12-18 09:40:38 +01:00 committed by GitHub
parent 985bd6ac41
commit 6516a5c0de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1655,6 +1655,7 @@ impl From<&str> for Gpu {
"nvidia-h100-nvl" => Gpu::H100,
"nvidia-h100" => Gpu::H100,
"nvidia-a100-sxm4-80gb" => Gpu::A100,
"nvidia-a100-sxm4-40gb" => Gpu::A100,
"nvidia-a100-80gb-pcie" => Gpu::A100,
"nvidia-a100" => Gpu::A100,
card => Gpu::Unknown(card.to_string()),