Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31ee998

Browse filesBrowse files
committed
ffix req
1 parent 0713b98 commit 31ee998
Copy full SHA for 31ee998

File tree

3 files changed

+3
-2
lines changed
Filter options

3 files changed

+3
-2
lines changed

‎.github/workflows/documentation.yml

Copy file name to clipboardExpand all lines: .github/workflows/documentation.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-python@v4
2323
with:
24-
python-version: '3.11'
24+
python-version: '3.12'
2525

2626
- uses: tlylt/install-graphviz@v1
2727

‎CHANGELOGS.rst

Copy file name to clipboardExpand all lines: CHANGELOGS.rst
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Change Logs
44
0.3.1
55
+++++
66

7+
* :pr:`100`: updates requirements, add 3.12
78
* :pr:`96`: supports local functions in translator
89
* :pr:`95`: improves translation to GraphBuilder
910

‎_doc/conf.py

Copy file name to clipboardExpand all lines: _doc/conf.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"inner API": "https://onnx.ai/onnx/intro/python.html",
122122
"JIT": "https://en.wikipedia.org/wiki/Just-in-time_compilation",
123123
"onnx": "https://onnx.ai/onnx/",
124-
"onnx-graphsurgeon": "https://docs.nvidia.com/deeplearning/tensorrt/onnx-graphsurgeon/docs/index.html",
124+
"onnx-graphsurgeon": "https://github.com/NVIDIA/TensorRT/tree/main/tools/onnx-graphsurgeon",
125125
"onnx.helper": "https://onnx.ai/onnx/api/helper.html",
126126
"ONNX": "https://onnx.ai/",
127127
"ONNX Operators": "https://onnx.ai/onnx/operators/",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.