Hi,
when building Neural Note using: nix run github:polygon/audio.nix#neuralnote --extra-experimental-features nix-command --extra-experimental-features flakes'
The build completes but then this error message pops up when it starts the executable:
terminate called after throwing an instance of 'Ort::Exception'
what(): inference_session.cc:1020 LoadOrtModelWithLoader The ORT format model version [6] is not supported in this build 1.14.1. This build doesn't support ORT format models older than version 5. See: https://github.com/microsoft/onnxruntime/blob/rel-1.14.0/docs/ORT_Format_Update_in_1.13.md
[1] 89904 IOT instruction (core dumped) nix run github:polygon/audio.nix#neuralnote --extra-experimental-features
I suppose this is a segfault?
The error message confuses me, since according to
https://onnxruntime.ai/docs/performance/model-optimizations/ort-format-models.html
there is no ORT format model version 6, but only 5 and below.
I know that you don't really offer support but maybe I am not the only one with this error, and maybe there is some value to solving this.
Thanks in advance for any help!
Hi,
when building Neural Note using:
nix run github:polygon/audio.nix#neuralnote --extra-experimental-features nix-command --extra-experimental-features flakes'The build completes but then this error message pops up when it starts the executable:
I suppose this is a segfault?
The error message confuses me, since according to
https://onnxruntime.ai/docs/performance/model-optimizations/ort-format-models.html
there is no ORT format model version 6, but only 5 and below.
I know that you don't really offer support but maybe I am not the only one with this error, and maybe there is some value to solving this.
Thanks in advance for any help!