Closed dennym closed 3 months ago
For now to fix you can pin Axon to 0.6.1 while I work on fixing this
Try {:axon, github: "elixir-nx/axon", ref: "7e0e5930ac4b8d2a89f48106b8121e103e597c89", force: true}
(that's the revision we have in mix.lock
and it should work).
Since there where minor improvements on github since v0.5.3 and no new released version I'm using bumblebee from git in my mix.exs like
{:bumblebee, git: "https://github.com/elixir-nx/bumblebee"}
. This seems currently broken and when trying to.load_model/2
it fails due to some Axon changes which I can not debug where the change might come from:Any ideas?