Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetElementType is not implemented after updating onnxruntime #22075

Open
theolivenbaum opened this issue Sep 12, 2024 · 1 comment
Open

GetElementType is not implemented after updating onnxruntime #22075

theolivenbaum opened this issue Sep 12, 2024 · 1 comment
Labels
api:CSharp issues related to the C# API model:transformer issues related to a transformer model: BERT, GPT2, Hugging Face, Longformer, T5, etc.

Comments

@theolivenbaum
Copy link

Describe the issue

Just saw this error on our logs, I've to investigate how to reproduce:

[E:onnxruntime:, sequential_executor.cc:516 ExecuteKernel] Non-zero status code returned while running BiasGelu node. Name:'BiasGelu_token_31' Status Message: GetElementType is not implemented
[E:onnxruntime:, sequential_executor.cc:516 ExecuteKernel] Non-zero status code returned while running If node. Name:'optimum::if' Status Message: Non-zero status code returned while running BiasGelu node. Name:'BiasGelu_token_31' Status Message: GetElementType is not implemented

To reproduce

Happened while using https://github.com/curiosity-ai/sentence-transformers-sharp to OCR an image on a Ubuntu machine

Urgency

No response

Platform

Linux

OS Version

Ubuntu 22.04.4 LTS

ONNX Runtime Installation

Released Package

ONNX Runtime Version or Commit ID

1.19.2

ONNX Runtime API

C#

Architecture

X64

Execution Provider

Default CPU

Execution Provider Library Version

No response

@github-actions github-actions bot added api:CSharp issues related to the C# API model:transformer issues related to a transformer model: BERT, GPT2, Hugging Face, Longformer, T5, etc. labels Sep 12, 2024
@skottmckay
Copy link
Contributor

What data type were you trying to run the model with?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api:CSharp issues related to the C# API model:transformer issues related to a transformer model: BERT, GPT2, Hugging Face, Longformer, T5, etc.
Projects
None yet
Development

No branches or pull requests

2 participants