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

Test ORTModel.from_pretrained() for all architectures #664

Closed
fxmarty opened this issue Jan 3, 2023 · 2 comments · Fixed by #675
Closed

Test ORTModel.from_pretrained() for all architectures #664

fxmarty opened this issue Jan 3, 2023 · 2 comments · Fixed by #675
Labels
onnxruntime Related to ONNX Runtime

Comments

@fxmarty
Copy link
Contributor

fxmarty commented Jan 3, 2023

Feature request

Test against all architectures in tests/onnxruntime/test_modeling.py.

Motivation

Sometimes we have issues reported that ORTModel.from_pretrained(from_transformers=True) fails. It's a sign our tests are too weak, notably the MODEL_NAMES and SUPPORTED_ARCHITECTURES in tests/onnxruntime/test_modeling.py.

For example: #555 (comment)

Your contribution

/

@fxmarty fxmarty added the onnxruntime Related to ONNX Runtime label Jan 3, 2023
@bhavnicksm
Copy link

Created an independent issue based on the problem I was facing in comment #555 --> #665

@fxmarty
Copy link
Contributor Author

fxmarty commented Jan 4, 2023

Same issue #669

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
onnxruntime Related to ONNX Runtime
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants