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
It seem like ort-sys = "=2.0.0-rc.9" doesn't support SkipLaverNormalization, which is required by the the model EmbeddingModel::ParaphraseMLMiniLML12V2Q. I am getting following error trying to initialize via
Error: EmbeddingError("Non-zero status code returned while running SkipLayerNormalization node. Name:'SkipLayerNorm_AddBias_0' Status Message: /Users/runner/work/ort-artifacts-staging/ort-artifacts-staging/onnxruntime/include/onnxruntime/core/framework/op_kernel_context.h:42 const T *onnxruntime::OpKernelContext::Input(int) const [T = onnxruntime::Tensor] Missing Input: encoder.layer.0.attention.output.LayerNorm.weight\n")
so far i can only pin to fastembed=4.1.0 and ort-sys = "=2.0.0-rc.8"
The text was updated successfully, but these errors were encountered:
It seem like
ort-sys = "=2.0.0-rc.9"
doesn't supportSkipLaverNormalization
, which is required by the the modelEmbeddingModel::ParaphraseMLMiniLML12V2Q
. I am getting following error trying to initialize viaError: EmbeddingError("Non-zero status code returned while running SkipLayerNormalization node. Name:'SkipLayerNorm_AddBias_0' Status Message: /Users/runner/work/ort-artifacts-staging/ort-artifacts-staging/onnxruntime/include/onnxruntime/core/framework/op_kernel_context.h:42 const T *onnxruntime::OpKernelContext::Input(int) const [T = onnxruntime::Tensor] Missing Input: encoder.layer.0.attention.output.LayerNorm.weight\n")
so far i can only pin to
fastembed=4.1.0
andort-sys = "=2.0.0-rc.8"
The text was updated successfully, but these errors were encountered: