5656 device_type : cpu
5757 device_name : X64
5858 cloud_runner : linux-x86-n2-16
59- image_type : ${{ matrix.image_type }}
59+ image_name_and_tag : maxtext-unit-test-tpu: ${{ matrix.image_type }}
6060 pytest_marker : ' cpu_only'
6161 xla_python_client_mem_fraction : 0.75
6262 tf_force_gpu_allow_growth : false
7575 with :
7676 device_type : tpu
7777 device_name : v6e-4
78- image_type : ${{ matrix.image_type }}
78+ image_name_and_tag : maxtext-unit-test-tpu: ${{ matrix.image_type }}
7979 cloud_runner : linux-x86-ct6e-180-4tpu
8080 pytest_marker : ' not cpu_only and not gpu_only and not integration_test'
8181 xla_python_client_mem_fraction : 0.75
9393 with :
9494 device_type : tpu
9595 device_name : v6e-4
96- image_type : ${{ matrix.image_type }}
96+ image_name_and_tag : maxtext-unit-test-tpu: ${{ matrix.image_type }}
9797 cloud_runner : linux-x86-ct6e-180-4tpu
9898 pytest_marker : ' not cpu_only and not gpu_only and integration_test'
9999 xla_python_client_mem_fraction : 0.75
@@ -111,7 +111,7 @@ jobs:
111111 with :
112112 device_type : tpu
113113 device_name : v6e-4
114- image_type : ${{ matrix.image_type }}
114+ image_name_and_tag : maxtext-unit-test-tpu: ${{ matrix.image_type }}
115115 cloud_runner : linux-x86-ct6e-180-4tpu
116116 pytest_marker : ' not cpu_only and not gpu_only and not integration_test'
117117 xla_python_client_mem_fraction : 0.75
@@ -129,7 +129,7 @@ jobs:
129129 with :
130130 device_type : tpu
131131 device_name : v6e-4
132- image_type : ${{ matrix.image_type }}
132+ image_name_and_tag : maxtext-unit-test-tpu: ${{ matrix.image_type }}
133133 cloud_runner : linux-x86-ct6e-180-4tpu
134134 pytest_marker : ' not cpu_only and not gpu_only and integration_test'
135135 xla_python_client_mem_fraction : 0.75
@@ -148,7 +148,7 @@ jobs:
148148 with :
149149 device_type : ${{ matrix.cuda }}
150150 device_name : a100-40gb-4
151- image_type : ${{ matrix.image_type }}
151+ image_name_and_tag : maxtext-unit-test-${{ metrix.cuda }}: ${{ matrix.image_type }}
152152 cloud_runner : linux-x86-a2-48-a100-4gpu
153153 pytest_marker : ' not cpu_only and not tpu_only and not integration_test'
154154 pytest_addopts : ' --ignore=tests/sft_hooks_test.py'
@@ -168,7 +168,7 @@ jobs:
168168 with :
169169 device_type : ${{ matrix.cuda }}
170170 device_name : a100-40gb-4
171- image_type : ${{ matrix.image_type }}
171+ image_name_and_tag : maxtext-unit-test-${{ metrix.cuda }}: ${{ matrix.image_type }}
172172 cloud_runner : linux-x86-a2-48-a100-4gpu
173173 pytest_marker : ' not cpu_only and not tpu_only and integration_test'
174174 pytest_addopts : ' --ignore=tests/sft_hooks_test.py'
0 commit comments