Skip to content

Commit 9d20003

Browse files
committed
chore: bump libtpu version
1 parent 70aa857 commit 9d20003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accelerators/TPU.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function download_libtpu_if_needed(path=nothing)
4343
zip_file_path = joinpath(path, "tpu.zip")
4444
tmp_dir = joinpath(path, "tmp")
4545
Downloads.download(
46-
"https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu-nightly/libtpu_nightly-0.1.dev20250811+nightly-py3-none-manylinux_2_31_x86_64.whl",
46+
"https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu/libtpu-0.0.24.dev20250924+nightly-cp311-cp311-manylinux_2_31_x86_64.whl",
4747
zip_file_path,
4848
)
4949
run(`$(unzip()) -qq $(zip_file_path) -d $(tmp_dir)`)

0 commit comments

Comments
 (0)