Skip to content

Commit

Permalink
udpate model id
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Sep 30, 2024
1 parent e7d3ba4 commit e146328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/onnxruntime/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -3147,7 +3147,7 @@ class ORTModelForAudioClassificationIntegrationTest(ORTModelTestMixin):
"wavlm",
"wav2vec2",
"wav2vec2-conformer",
# "whisper", saving of the model's config is broken in transformers v4.45.0
"whisper",
]

FULL_GRID = {"model_arch": SUPPORTED_ARCHITECTURES}
Expand Down
2 changes: 1 addition & 1 deletion tests/onnxruntime/utils_onnxruntime_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"unispeech_sat": "hf-internal-testing/tiny-random-UnispeechSatModel",
"vision-encoder-decoder": "hf-internal-testing/tiny-random-VisionEncoderDecoderModel-vit-gpt2",
"vit": "hf-internal-testing/tiny-random-vit",
"whisper": "openai/whisper-tiny.en", # hf-internal-testing ones are broken
"whisper": "optimum-internal-testing/tiny-random-whisper",
"wav2vec2": "hf-internal-testing/tiny-random-Wav2Vec2Model",
"wav2vec2-conformer": "hf-internal-testing/tiny-random-wav2vec2-conformer",
"wavlm": "hf-internal-testing/tiny-random-WavlmModel",
Expand Down

0 comments on commit e146328

Please sign in to comment.