Machine Learning in Elixir:Error installing EXLA dependency - Page 25

Getting an error when installing the dependencies at the start of this chapter:

could not compile dependency :exla, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile exla", update it with "mix deps.update exla" or clean it with "mix deps.clean exla"
** (RuntimeError) could not find v0.4.4 release under https://github.com/elixir-nx/xla/releases
    (xla 0.4.4) lib/xla.ex:180: XLA.download_matching!/1
    (xla 0.4.4) lib/xla.ex:33: XLA.archive_path!/0
...

Is there a good solution for this?