Skip to content

Commit b66b6bb

Browse files
committed
upgrade version
1 parent cb87e85 commit b66b6bb

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
*.pte
1212
*.ep
1313
*.ep.txt
14+
*.ep.graph
1415
*.weight
1516
*.nsys-rep
1617
*.pkl

CHANGELOGS.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
Change Logs
22
===========
33

4+
0.8.11
5+
++++++
6+
47
0.8.10
58
++++++
69

7-
* :pr:`384`: add ``weights_only=False`` when using :func:`torch.load`
10+
* :pr:`384`: add ``weights_only=False`` when using ``torch.load``
811

912
0.8.9
1013
+++++

_doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ The function replaces dynamic dimensions defined as strings by
240240
Older versions
241241
==============
242242

243+
* `0.8.11 <../v0.8.11/index.html>`_
243244
* `0.8.10 <../v0.8.10/index.html>`_
244-
* `0.8.9 <../v0.8.9/index.html>`_
245245
* `0.7.16 <../v0.7.16/index.html>`_
246246
* `0.6.3 <../v0.6.3/index.html>`_
247247
* `0.5.0 <../v0.5.0/index.html>`_

onnx_diagnostic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Functions, classes to dig into a model when this one is right, slow, wrong...
44
"""
55

6-
__version__ = "0.8.10"
6+
__version__ = "0.8.11"
77
__author__ = "Xavier Dupré"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "onnx-diagnostic"
3-
version = "0.8.10"
3+
version = "0.8.11"
44
description = "Tools to help converting pytorch models into ONNX."
55
readme = "README.rst"
66
authors = [

0 commit comments

Comments
 (0)