We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70aa857 commit 9d20003Copy full SHA for 9d20003
src/accelerators/TPU.jl
@@ -43,7 +43,7 @@ function download_libtpu_if_needed(path=nothing)
43
zip_file_path = joinpath(path, "tpu.zip")
44
tmp_dir = joinpath(path, "tmp")
45
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",
+ "https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu/libtpu-0.0.24.dev20250924+nightly-cp311-cp311-manylinux_2_31_x86_64.whl",
47
zip_file_path,
48
)
49
run(`$(unzip()) -qq $(zip_file_path) -d $(tmp_dir)`)
0 commit comments