-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error in file lib/axon_onnx/shared.ex #55
Comments
TheEndIsNear
changed the title
== Compilation error in file lib/axon_onnx/shared.ex
Compilation error in file lib/axon_onnx/shared.ex
Mar 22, 2024
You can use main for now. |
That fixed it thanks Jose! |
Getting the same error |
2 months without any update? Today someone asked about this issue on #Elixir Chat too. |
I switched to using Ortex instead. Even on the latest main branch from the repo I was having other issues. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting the following error when attempting to install axon_onnx in livebook.
== Compilation error in file lib/axon_onnx/shared.ex ==
** (CompileError) lib/axon_onnx/shared.ex:58: undefined function transform/2 (there is no such import)
(nx 0.7.1) lib/nx/defn/compiler.ex:832: Nx.Defn.Compiler.compile_error!/3
(nx 0.7.1) lib/nx/defn/compiler.ex:429: Nx.Defn.Compiler.normalize/2
(elixir 1.16.2) lib/enum.ex:1826: Enum."-map_reduce/3-lists^mapfoldl/2-0-"/3
(elixir 1.16.2) lib/enum.ex:1826: Enum."-map_reduce/3-lists^mapfoldl/2-0-"/3
(nx 0.7.1) lib/nx/defn/compiler.ex:422: Nx.Defn.Compiler.normalize/2
(elixir 1.16.2) lib/enum.ex:1826: Enum."-map_reduce/3-lists^mapfoldl/2-0-"/3
(elixir 1.16.2) lib/enum.ex:1826: Enum."-map_reduce/3-lists^mapfoldl/2-0-"/3
(nx 0.7.1) lib/nx/defn/compiler.ex:422: Nx.Defn.Compiler.normalize/2
The command that I am running in the setup.
Mix.install([
{:axon_onnx, "
> 0.4"},> 0.5"},{:axon, "
{:nx, "
> 0.5"},> 0.5"},{:exla, "
{:stb_image, "
> 0.6"},> 0.8"},{:kino, "
])
I am running elixir 1.16.2 with OTP/26 with Livebook 0.12.1 on Ubuntu 20.04 in Windows Subsystem for Linux.
The text was updated successfully, but these errors were encountered: