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

ONNX: disable text-generation models for sequence classification & fixes for transformers 4.32 #1308

Merged
merged 3 commits into from
Aug 22, 2023

Conversation

fxmarty
Copy link
Contributor

@fxmarty fxmarty commented Aug 22, 2023

Various fixes for transformers 4.32.

For the disabled tests: we can fix in transformers if that is an issue to anybody. In the meantime I think it is very low priority, I doubt anybody uses these.

Disabling following https://github.com/huggingface/transformers/pull/24979/files that is breaking for us (now getting onnxruntime.capi.onnxruntime_pybind11_state.NotImplemented: [ONNXRuntimeError] : 9 : NOT_IMPLEMENTED : Could not find an implementation for ArgMax(13) node with name '/ArgMax, see microsoft/onnxruntime#10068)

@fxmarty fxmarty changed the title Disable failing ORT with loss test ONNX: disable text-generation models for sequence classification Aug 22, 2023
@fxmarty fxmarty changed the title ONNX: disable text-generation models for sequence classification ONNX: disable text-generation models for sequence classification & fixes for transformers 4.32 Aug 22, 2023
@fxmarty fxmarty merged commit f600bc6 into huggingface:main Aug 22, 2023
58 of 68 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant