Skip to content

Commit 84e5d72

Browse files
committed
mypy
1 parent 31b6337 commit 84e5d72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOGS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change Logs
44
0.4.0
55
+++++
66

7+
* :pr:`50`: add support for onnxruntime fusion
78
* :pr:`48`: add support for EncoderDecoderCache, test with openai/whisper-tiny
89
* :pr:`45`: improve change_dynamic_dimension to fix some dimensions
910

onnx_diagnostic/torch_models/test_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def validate_model(
246246
version_drop_inputs=str(list(drop_inputs or "")),
247247
version_ortfusiontype=ortfusiontype or "",
248248
version_stop_if_static=str(stop_if_static),
249-
version_exporter=exporter,
249+
version_exporter=exporter or "",
250250
)
251251
)
252252

0 commit comments

Comments
 (0)