mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-08 00:23:03 +00:00
### Description This PR fixes a bug when the ONNX checker is called while exporting Whisper for FP16 CUDA with optional flags. ### Motivation and Context Sometimes, the ONNX checker raises an error depending on the optional flags passed. By wrapping the ONNX checker in a try-except, the conversion can continue even if the checker fails. |
||
|---|---|---|
| .. | ||
| custom_op_wrapper | ||
| kernel_explorer | ||
| microbench | ||
| profile_explorer | ||
| qnn | ||
| quantization | ||
| tensorrt | ||
| transformers | ||
| __init__.py | ||
| offline_tuning.py | ||
| onnx_randomizer.py | ||
| onnxruntime_test.py | ||
| pytorch_export_contrib_ops.py | ||
| symbolic_shape_infer.py | ||