From 2459516db67fce85b9316ce6535b2ab66e575a3d Mon Sep 17 00:00:00 2001 From: Pei Zhang Date: Tue, 28 Jan 2025 12:41:57 -0800 Subject: [PATCH] fix torch_xla installation --- dags/pytorch_xla/configs/pytorchxla_torchbench_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dags/pytorch_xla/configs/pytorchxla_torchbench_config.py b/dags/pytorch_xla/configs/pytorchxla_torchbench_config.py index 74cda444..24ee5d07 100644 --- a/dags/pytorch_xla/configs/pytorchxla_torchbench_config.py +++ b/dags/pytorch_xla/configs/pytorchxla_torchbench_config.py @@ -38,7 +38,7 @@ class VERSION(enum.Enum): class VERSION_MAPPING: class NIGHTLY(enum.Enum): - TORCH_XLA_TPU_WHEEL = "https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.7.0.dev-cp310-cp310-linux_x86_64.whl" + TORCH_XLA_TPU_WHEEL = "https://storage.googleapis.com/pytorch-xla-releases/wheels/tpuvm/torch_xla-2.7.0.dev+cxx11-cp310-cp310-linux_x86_64.whl" TORCH_XLA_CUDA_WHEEL = "https://storage.googleapis.com/pytorch-xla-releases/wheels/cuda/12.1/torch_xla-2.7.0.dev-cp310-cp310-linux_x86_64.whl" TORCH = "torch" TORCHVISION = "torchvision"