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
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.
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 theMODEL_NAMES
andSUPPORTED_ARCHITECTURES
intests/onnxruntime/test_modeling.py
.For example: #555 (comment)
Your contribution
/
The text was updated successfully, but these errors were encountered: