You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the mnist example, I encounter this error that does not find numbers in Orion. I'd like to know whether I am using a compatible version.
I just wanted to provide a follow-up on my previous question. I believe the issue may be related to the Orion version, which is currently set to the development, it seems that this branch does not contain i32, which has caused an incompatibility. branch. However
When I try to run the mnist example, I encounter this error that does not find numbers in Orion. I'd like to know whether I am using a compatible version.
Compiling test(mnist_nn_unittest) mnist_nn v0.1.0 (Giza-Hub/awesome-orion/basic/mnist_nn/Scarb.toml)=false --recurse-submodules /Users/ 0s36m git clone --local --config core.autocrlf=false --recurse-submodules /Users/ 0s30m git clone --local --config core.autocrlf=false --recurse-submodules /Users/ 0s31merror0m: Identifier not found.
-->/Giza-Hub/awesome-orion/basic/mnist_nn/src/generated/input.cairo:3:21
use orion::numbers::i32;
^*^`
scarb 2.5.3 (46d5d5cea 2024-02-01) cairo: 2.5.3 (https://crates.io/crates/cairo-lang-compiler/2.5.3) sierra: 1.4.0
The text was updated successfully, but these errors were encountered: