Skip to content

Commit

Permalink
Modify model id for test (#1628)
Browse files Browse the repository at this point in the history
* Modify model id for test

* add comment

* update comment
  • Loading branch information
echarlaix authored Jan 9, 2024
1 parent 0f0a663 commit 7f92241
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/onnxruntime/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ class ORTModelForQuestionAnsweringIntegrationTest(ORTModelTestMixin):
"roberta",
"roformer",
"squeezebert",
"xlm",
"xlm_qa",
"xlm_roberta",
]

Expand Down
1 change: 1 addition & 0 deletions tests/onnxruntime/utils_onnxruntime_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
"wav2vec2-conformer": "hf-internal-testing/tiny-random-wav2vec2-conformer",
"wavlm": "hf-internal-testing/tiny-random-WavlmModel",
"xlm": "hf-internal-testing/tiny-random-XLMModel",
"xlm_qa": "hf-internal-testing/tiny-random-XLMForQuestionAnsweringSimple", # issue with default hf-internal-testing in transformers QA pipeline post-processing
"xlm_roberta": "hf-internal-testing/tiny-xlm-roberta",
"yolos": "hf-internal-testing/tiny-random-YolosModel",
}
Expand Down

0 comments on commit 7f92241

Please sign in to comment.