File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 75
75
device_name : v4-8
76
76
pytest_marker : ' not gpu_only and not integration_test'
77
77
test_directory : ' tests'
78
- # xla_python_client_mem_fraction: 0.75
79
- # tf_force_gpu_allow_growth: false
80
- # container_resource_option: "--privileged"
81
78
82
79
tpu_integration_tests :
83
80
needs : tpu_image
Original file line number Diff line number Diff line change @@ -166,8 +166,6 @@ def test_tpu_dropout(self):
166
166
def test_gpu_dropout (self ):
167
167
train_main (TrainTests .CONFIGS ["dropout" ] + ["attention=dot_product" ])
168
168
169
- # # TODO (b/393393501) : MaxText build failure in hf_data_processing_test.py
170
- # @pytest.mark.skip(reason="Tests are currently flaking / failing due to HF token issues")
171
169
@pytest .mark .tpu_only
172
170
def test_tpu_hf_input_pipeline (self ):
173
171
train_main (TrainTests .CONFIGS ["hf_input_pipeline" ])
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- # Example - bash docker_run_pathways_containers.sh maxtext_image=us-docker.pkg.dev/cloud-tpu-v2-images-dev/pathways/maxtext_jax_stable:latest command="cd MaxText ; python3 -m pytest tests -m 'not gpu_only and not integration_test' -s"
18
-
19
- # Stop execution if any command exits with error
20
-
17
+ # Examples -
18
+ # TPU unit tests - bash docker_run_pathways_containers.sh maxtext_image=us-docker.pkg.dev/cloud-tpu-v2-images-dev/pathways/maxtext_jax_stable:latest command="cd MaxText ; python3 -m pytest tests -m 'not gpu_only and not integration_test' -s"
21
19
22
20
echo " Running docker_run_pathways_containers.sh"
23
21
22
+ # Stop execution if any command exits with error
24
23
set -e
25
24
26
- # Defaults -
27
- maxtext_image=us-docker.pkg.dev/cloud-tpu-v2-images-dev/pathways/maxtext_jax_stable:latest
28
- command=" cd MaxText ; python3 -m pytest tests -m 'not gpu_only and not integration_test' -s"
29
25
30
26
# Parse input variables
31
27
for ARGUMENT in " $@ " ; do
You can’t perform that action at this time.
0 commit comments