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
Hi, I made a clean checkout of the master branch of the repo and the run:
cargo run --release --bin giza-examples
using toolchain rustc 1.69.0-nightly in MacOS M1 Darwin.
I am getting this panic message
thread ‘main’ panicked at ‘index out of bounds: the len is 24 but the index is 24’, runner/src/memory.rs:99:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Is this a bug from my own setup or a giza issue?
Thanks for your time 😄!
The text was updated successfully, but these errors were encountered:
Hi, I made a clean checkout of the master branch of the repo and the run:
using toolchain
rustc 1.69.0-nightly
in MacOS M1 Darwin.I am getting this panic message
Is this a bug from my own setup or a giza issue?
Thanks for your time 😄!
The text was updated successfully, but these errors were encountered: