Skip to content

Commit

Permalink
update A100 to use us-central1-f (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore authored Feb 5, 2024
1 parent 9d89ba0 commit 693ee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dags/pytorch_xla/pytorchxla_torchbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
image_family=resource.ImageFamily.COMMON_CU121_DEBIAN_11,
accelerator_type=resource.GpuVersion.A100,
count=1,
gpu_zone=resource.Zone.US_CENTRAL1_C,
gpu_zone=resource.Zone.US_CENTRAL1_F,
model_name=model,
time_out_in_min=1600,
extraFlags=" ".join(torchbench_extra_flags),
Expand Down

0 comments on commit 693ee3f

Please sign in to comment.