and those errors appear could not compile dependency :axon_onnx, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile axon_onnx --force", update it with "mix deps.update axon_onnx" or clean it with "mix deps.clean axon_onnx"
imcarlows
What are the errors? Maybe you got some error logs before that message?
@Myriam2002 Firstly you cannot pass a tree path directly into this option. It accepts any string as-is, so please don't use it blindly and read the documentation.
Before you do anything please read documentation especially Git options (:git) section of mix deps task documentation.
Here is an updated command with a correct xla repository data:
Note: I have fixed markdown for an Elixir code in @Myriam2002 messages.
Secondly you try to get xla application giving path to exla directory. Even if below option would work as you expect it would fail anyway, because exla depends on xla and therefore you would get a weird errors that the application refers to itself.