|
1280 | 1280 | { |
1281 | 1281 | "gpu_type": "L4", |
1282 | 1282 | "aliases": ["NVIDIA-L4", "L4"], |
| 1283 | + "node_selector_label": "NVIDIA-L4", |
1283 | 1284 | "memory_gb": 24, |
1284 | 1285 | "compute_capability": "8.9", |
1285 | 1286 | "typical_use_cases": ["inference"], |
|
1293 | 1294 | { |
1294 | 1295 | "gpu_type": "A10G", |
1295 | 1296 | "aliases": ["NVIDIA-A10G", "A10G"], |
| 1297 | + "node_selector_label": "NVIDIA-A10G", |
1296 | 1298 | "memory_gb": 24, |
1297 | 1299 | "compute_capability": "8.6", |
1298 | 1300 | "typical_use_cases": ["inference"], |
|
1306 | 1308 | { |
1307 | 1309 | "gpu_type": "A100-40", |
1308 | 1310 | "aliases": ["NVIDIA-A100-40GB", "A100-40", "A100-40GB"], |
| 1311 | + "node_selector_label": "NVIDIA-A100-SXM4-40GB", |
1309 | 1312 | "memory_gb": 40, |
1310 | 1313 | "compute_capability": "8.0", |
1311 | 1314 | "typical_use_cases": ["inference", "training"], |
|
1319 | 1322 | { |
1320 | 1323 | "gpu_type": "A100-80", |
1321 | 1324 | "aliases": ["NVIDIA-A100-80GB", "A100-80", "A100-80GB"], |
| 1325 | + "node_selector_label": "NVIDIA-A100-SXM4-80GB", |
1322 | 1326 | "memory_gb": 80, |
1323 | 1327 | "compute_capability": "8.0", |
1324 | 1328 | "typical_use_cases": ["inference", "training"], |
|
1332 | 1336 | { |
1333 | 1337 | "gpu_type": "H100", |
1334 | 1338 | "aliases": ["NVIDIA-H100", "H100", "H100-80GB"], |
| 1339 | + "node_selector_label": "NVIDIA-H100-80GB-HBM3", |
1335 | 1340 | "memory_gb": 80, |
1336 | 1341 | "compute_capability": "9.0", |
1337 | 1342 | "typical_use_cases": ["inference", "training"], |
|
1345 | 1350 | { |
1346 | 1351 | "gpu_type": "H200", |
1347 | 1352 | "aliases": ["NVIDIA-H200", "H200", "H200-141GB"], |
| 1353 | + "node_selector_label": "NVIDIA-H200-141GB-HBM3", |
1348 | 1354 | "memory_gb": 141, |
1349 | 1355 | "compute_capability": "9.0", |
1350 | 1356 | "typical_use_cases": ["inference", "training"], |
|
1358 | 1364 | { |
1359 | 1365 | "gpu_type": "B200", |
1360 | 1366 | "aliases": ["NVIDIA-B200", "B200"], |
| 1367 | + "node_selector_label": "NVIDIA-B200", |
1361 | 1368 | "memory_gb": 192, |
1362 | 1369 | "compute_capability": "10.0", |
1363 | 1370 | "typical_use_cases": ["inference", "training"], |
|
1371 | 1378 | { |
1372 | 1379 | "gpu_type": "MI300X", |
1373 | 1380 | "aliases": ["AMD-MI300X", "MI300X", "AMD-Instinct-MI300X"], |
| 1381 | + "node_selector_label": "AMD-Instinct-MI300X", |
1374 | 1382 | "memory_gb": 192, |
1375 | 1383 | "compute_capability": "N/A", |
1376 | 1384 | "typical_use_cases": ["inference", "training"], |
|
0 commit comments