We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b6337 commit 84e5d72Copy full SHA for 84e5d72
CHANGELOGS.rst
@@ -4,6 +4,7 @@ Change Logs
4
0.4.0
5
+++++
6
7
+* :pr:`50`: add support for onnxruntime fusion
8
* :pr:`48`: add support for EncoderDecoderCache, test with openai/whisper-tiny
9
* :pr:`45`: improve change_dynamic_dimension to fix some dimensions
10
onnx_diagnostic/torch_models/test_helper.py
@@ -246,7 +246,7 @@ def validate_model(
246
version_drop_inputs=str(list(drop_inputs or "")),
247
version_ortfusiontype=ortfusiontype or "",
248
version_stop_if_static=str(stop_if_static),
249
- version_exporter=exporter,
+ version_exporter=exporter or "",
250
)
251
252
0 commit comments