We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbddc39 commit 28093daCopy full SHA for 28093da
src/xla/XLA.jl
@@ -228,7 +228,7 @@ end
228
function download_tpu(dataset_dir::String)
229
if !isfile(dataset_dir * "/libtpu.so")
230
Downloads.download(
231
- "https://storage.googleapis.com/cloud-tpu-tpuvm-artifacts/wheels/libtpu-nightly/libtpu_nightly-0.1.dev20240829-py3-none-any.whl",
+ "https://storage.googleapis.com/libtpu-nightly-releases/wheels/libtpu-nightly/libtpu_nightly-0.1.dev20250313+nightly-py3-none-manylinux_2_31_x86_64.whl",
232
dataset_dir * "/tpu.zip",
233
)
234
run(`unzip -qq $(dataset_dir*"/tpu.zip") -d $(dataset_dir)/tmp`)
0 commit comments