Skip to content

Commit 83f4c23

Browse files
authored
torch_tpu: update pin to a9906ed1625cb904e370426795d3dc07cc1506b4 (#3014)
1 parent 4dc947b commit 83f4c23

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4681800baf67fe1fd2d12787a153e5300062dd53
1+
a9906ed1625cb904e370426795d3dc07cc1506b4

.github/workflows/benchmark_tpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
source .venv/bin/activate
5959
# Use the latest PyTorch wheel known to work with TorchTPU.
60-
uv pip install -U --pre "torch==2.14.0.dev20260701" --index-url https://download.pytorch.org/whl/nightly/cpu
60+
uv pip install -U --pre "torch==2.14.0.dev20260707" --index-url https://download.pytorch.org/whl/nightly/cpu
6161
6262
- name: Install Helion
6363
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
uv pip install -U "torch==${VERSION}.*" --index-url https://download.pytorch.org/whl/${{ matrix.runtime-version }}
130130
elif [[ "${{ matrix.runtime-version }}" == "tpu" ]]; then
131131
# Use the latest PyTorch wheel known to work with TorchTPU.
132-
uv pip install -U --pre "torch==2.14.0.dev20260701" --index-url https://download.pytorch.org/whl/nightly/cpu
132+
uv pip install -U --pre "torch==2.14.0.dev20260707" --index-url https://download.pytorch.org/whl/nightly/cpu
133133
else
134134
# Default to nightly
135135
# On OSDC, route nightly through the pypi-cache /whl proxy (deps stay reachable behind the egress firewall) and clear the cache index vars so it wins over the cache default; off OSDC PYPI_CACHE_WHL_URL is unset so we hit download.pytorch.org.

0 commit comments

Comments
 (0)