@@ -416,38 +416,38 @@ class _SystemCharacteristics:
416416 "v6e-256" : _SystemCharacteristics (
417417 "16x16" , 64 , "tpu-v6e-slice" , "ct6e-standard-4t" , 4 , AcceleratorType ["TPU" ], "v6e-256"
418418 ),
419- # v7x
420- "v7x -8" : _SystemCharacteristics (
419+ # 7x
420+ "7x -8" : _SystemCharacteristics (
421421 "2x2x1" , 1 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-8"
422422 ),
423- "v7x -16" : _SystemCharacteristics (
423+ "7x -16" : _SystemCharacteristics (
424424 "2x2x2" , 2 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-16"
425425 ),
426- "v7x -32" : _SystemCharacteristics (
426+ "7x -32" : _SystemCharacteristics (
427427 "2x2x4" , 4 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-32"
428428 ),
429- "v7x -64" : _SystemCharacteristics (
429+ "7x -64" : _SystemCharacteristics (
430430 "2x4x4" , 8 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-64"
431431 ),
432- "v7x -128" : _SystemCharacteristics (
432+ "7x -128" : _SystemCharacteristics (
433433 "4x4x4" , 16 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-128"
434434 ),
435- "v7x -256" : _SystemCharacteristics (
435+ "7x -256" : _SystemCharacteristics (
436436 "4x4x8" , 32 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-256"
437437 ),
438- "v7x -512" : _SystemCharacteristics (
438+ "7x -512" : _SystemCharacteristics (
439439 "4x8x8" , 64 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-512"
440440 ),
441- "v7x -1024" : _SystemCharacteristics (
441+ "7x -1024" : _SystemCharacteristics (
442442 "8x8x8" , 128 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-1024"
443443 ),
444- "v7x -2048" : _SystemCharacteristics (
444+ "7x -2048" : _SystemCharacteristics (
445445 "8x8x16" , 256 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-2048"
446446 ),
447- "v7x -4096" : _SystemCharacteristics (
447+ "7x -4096" : _SystemCharacteristics (
448448 "8x16x16" , 512 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-4096"
449449 ),
450- "v7x -8192" : _SystemCharacteristics (
450+ "7x -8192" : _SystemCharacteristics (
451451 "16x16x16" , 1024 , "tpu7x" , "tpu7x-standard-4t" , 4 , AcceleratorType ["TPU" ], "v7x-8192"
452452 ),
453453 # v4
@@ -530,13 +530,15 @@ class _SystemCharacteristics:
530530 "ct4p-hightpu-4t" : 407 ,
531531 "ct5lp-hightpu-4t" : 192 ,
532532 "ct6e-standard-4t" : 720 ,
533+ "tpu7x-standard-4t" : 960 ,
533534}
534535
535536# Reference doc https://cloud.google.com/kubernetes-engine/docs/concepts/plan-tpus
536537GCE_MACHINE_TYPE_TO_CPU_CHARACTERISTICS = {
537538 "ct5p-hightpu-4t" : 208 ,
538539 "ct4p-hightpu-4t" : 240 ,
539540 "ct6e-standard-4t" : 180 ,
541+ "tpu7x-standard-4t" : 224 ,
540542}
541543
542544
0 commit comments