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 91048d0 commit 7b6a19dCopy full SHA for 7b6a19d
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.dev20250727+nightly-py3-none-manylinux_2_31_x86_64.whl",
+ "https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu-nightly/libtpu_nightly-0.1.dev20250811+nightly-py3-none-manylinux_2_31_x86_64.whl",
47
zip_file_path,
48
)
49
run(`$(unzip()) -qq $(zip_file_path) -d $(tmp_dir)`)
0 commit comments