Skip to content

Commit

Permalink
Fix one test for nightly (#491)
Browse files Browse the repository at this point in the history
Updating TF runtime environment for v4-32 in nightly test
  • Loading branch information
richardsliu authored Nov 27, 2024
1 parent b99cc99 commit cfbb0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/solutions_team/solutionsteam_tf_nightly_supported.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
tpu_zone=Zone.US_CENTRAL2_B.value,
time_out_in_min=60,
is_pod=True,
runtime_version=RuntimeVersion.TPU_VM_TF_NIGHTLY_POD.value,
runtime_version=RuntimeVersion.V2_ALPHA_TPUV5.value,
)

tf_resnet_v5e_4 = tf_config.get_tf_resnet_config(
Expand Down

0 comments on commit cfbb0ac

Please sign in to comment.