Skip to content

Commit 1333665

Browse files
committed
mo
1 parent 4f620a2 commit 1333665

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOGS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Logs
44
0.6.1
55
+++++
66

7-
* :pr:`115`, :pr:`116`: first steps for TorchEvaluator
7+
* :pr:`115`, :pr:`116`, :pr:`117`: first steps for TorchEvaluator
88
* :pr:`114`: extends the list of known rewritings
99
* :pr:`113`: fixes a couple of issues with ModelBuilder
1010

onnx_diagnostic/torch_onnx/runtime_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(
4343
name: str,
4444
dtype: Optional[Any] = None,
4545
shape: Optional[Tuple[Union[str, int], ...]] = None,
46-
value: Optional[torch.Tensor] = None,
46+
value: Optional[Any] = None,
4747
first_used: Optional[int] = None,
4848
last_used: Optional[int] = None,
4949
created: Optional[int] = None,

0 commit comments

Comments
 (0)