XLA.jl icon indicating copy to clipboard operation
XLA.jl copied to clipboard

"Run in Google Colab" notebook no longer works

Open Geekiac opened this issue 4 years ago • 3 comments

"Run in Google Colab" notebook no longer works as the julia-tpu-binaries can no longer be downloaded from:

https://storage.googleapis.com/julia-tpu-binaries/julia.v1.1.0-kf.tpu3.x86_64-linux-gnu.tar.gz

You get the following error when trying to download:

<Error>
  <Code>UserProjectAccountProblem</Code>
  <Message>User project billing account not in good standing.</Message>
  <Details>
    The billing account for the owning project is disabled in state closed
  </Details>
</Error>

Geekiac avatar Apr 15 '20 20:04 Geekiac

I just run into this issue, too. Really a pity, as everything else looks super well setup. I also looked for alternative locations of these binaries but couldn't find any.

@Keno Can you take a look? It would be great to get the examples working again

schlichtanders avatar Jun 09 '20 17:06 schlichtanders

We never really got this working reliably and eventually the credits I had gotten from Google to play with this ran out. I don't think I'll be able to invest the time to revive this as is. Maybe in the future once we have better compiler infrastructure that no longer requires hacking up Julia to get this to work.

Keno avatar Jun 09 '20 18:06 Keno

Just wanted to note that at least right now it should be easy to get a lot of free TPU compute from https://sites.research.google/trc/

ym-han avatar Jul 30 '21 18:07 ym-han