Closed mikeparisstuff closed 5 days ago
Until fastembed-rs
updates ort
to rc.9 (cc @Anush008), pinning ort-sys
to 2.0.0-rc.8
in your Cargo.toml
should resolve this:
[dependencies]
ort-sys = "=2.0.0-rc.8"
🦸 Hero!
That worked. Thank you for the help.
Hey. I'm running into https://github.com/Anush008/fastembed-rs/actions/runs/11966739911/job/33362853838?pr=125 while bumping to v2.0.0-rc.9
.
Any ideas on this issue?
MS released ONNX Runtime v1.20.1 an hour after I released rc.9, with https://github.com/microsoft/onnxruntime/pull/22719 which I believe fixes the issue you're running into (since the problematic node is also SkipLayerNormalization
). I have builds for that version running now which you could use w/ custom linking, but unfortunately due to the timing they probably won't land in another rc any time soon.
(btw, https://github.com/Anush008/fastembed-rs/pull/124 can be reverted if you like 🙂)
Thank you. Custom linking fixed it. https://github.com/Anush008/fastembed-rs/commit/2180f1a60de764d659e6dcc5e320ba09fc66324d
(btw, https://github.com/Anush008/fastembed-rs/pull/124 can be reverted if you like 🙂)
~You mean the half
feature is not needed?~ Yup. Not needed anymore.
I use the fastembed-rs library and as of ~an hour ago, I started seeing these errors when trying to build a docker container that has, until now, built successfully.
I'm not sure where the issue originates but wanted to post here in case anyone knows how to resolve the issue? Let me know if you need more details?