Skip to content

Commit

Permalink
fix nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsliu committed Nov 26, 2024
1 parent fbb1de9 commit 39c9536
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dags/solutions_team/solutionsteam_tf_nightly_supported.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,23 @@
tpu_zone=Zone.US_CENTRAL1_C.value,
time_out_in_min=60,
global_batch_size=1024,
runtime_version=RuntimeVersion.V2_ALPHA_TPUV5.value,
)

tf_resnet_v3_8 = tf_config.get_tf_resnet_config(
tpu_version=TpuVersion.V3,
tpu_cores=8,
tpu_zone=Zone.US_EAST1_D.value,
time_out_in_min=60,
runtime_version=RuntimeVersion.V2_ALPHA_TPUV5.value,
)

tf_resnet_v4_8 = tf_config.get_tf_resnet_config(
tpu_version=TpuVersion.V4,
tpu_cores=8,
tpu_zone=Zone.US_CENTRAL2_B.value,
time_out_in_min=60,
runtime_version=RuntimeVersion.V2_ALPHA_TPUV5.value,
)

tf_resnet_v4_32 = tf_config.get_tf_resnet_config(
Expand Down

0 comments on commit 39c9536

Please sign in to comment.