File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- uses : actions/setup-python@v4
23
23
with :
24
- python-version : ' 3.11 '
24
+ python-version : ' 3.12 '
25
25
26
26
- uses : tlylt/install-graphviz@v1
27
27
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ Change Logs
4
4
0.3.1
5
5
+++++
6
6
7
+ * :pr: `100 `: updates requirements, add 3.12
7
8
* :pr: `96 `: supports local functions in translator
8
9
* :pr: `95 `: improves translation to GraphBuilder
9
10
Original file line number Diff line number Diff line change 121
121
"inner API" : "https://onnx.ai/onnx/intro/python.html" ,
122
122
"JIT" : "https://en.wikipedia.org/wiki/Just-in-time_compilation" ,
123
123
"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" ,
125
125
"onnx.helper" : "https://onnx.ai/onnx/api/helper.html" ,
126
126
"ONNX" : "https://onnx.ai/" ,
127
127
"ONNX Operators" : "https://onnx.ai/onnx/operators/" ,
You can’t perform that action at this time.
0 commit comments