Skip to content

Commit 28093da

Browse files
authored
Update libtpu (#906)
1 parent bbddc39 commit 28093da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xla/XLA.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ end
228228
function download_tpu(dataset_dir::String)
229229
if !isfile(dataset_dir * "/libtpu.so")
230230
Downloads.download(
231-
"https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/wheels/libtpu-nightly/libtpu_nightly-0.1.dev20240829-py3-none-any.whl",
231+
"https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu-nightly/libtpu_nightly-0.1.dev20250313+nightly-py3-none-manylinux_2_31_x86_64.whl",
232232
dataset_dir * "/tpu.zip",
233233
)
234234
run(`unzip -qq $(dataset_dir*"/tpu.zip") -d $(dataset_dir)/tmp`)

0 commit comments

Comments
 (0)