From ddf680c3ad2752daf2021c881d4051a9d1b807d6 Mon Sep 17 00:00:00 2001 From: ChengDaqi2023 <131479795+ChengDaqi2023@users.noreply.github.com> Date: Sun, 17 Sep 2023 13:24:48 +0800 Subject: [PATCH] update onnx 1.8.0 to 1.13.0 --- PyTorch/Classification/ConvNets/triton/requirements.txt | 2 +- PyTorch/Segmentation/nnUNet/triton/requirements.txt | 2 +- PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt | 2 +- TensorFlow/Classification/ConvNets/triton/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PyTorch/Classification/ConvNets/triton/requirements.txt b/PyTorch/Classification/ConvNets/triton/requirements.txt index 5cb6aadcd..5381b6605 100644 --- a/PyTorch/Classification/ConvNets/triton/requirements.txt +++ b/PyTorch/Classification/ConvNets/triton/requirements.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. networkx==2.5 -onnx==1.8.0 +onnx==1.13.0 onnxruntime==1.5.2 pycuda>=2019.1.2 PyYAML>=5.2 diff --git a/PyTorch/Segmentation/nnUNet/triton/requirements.txt b/PyTorch/Segmentation/nnUNet/triton/requirements.txt index 5cb6aadcd..5381b6605 100644 --- a/PyTorch/Segmentation/nnUNet/triton/requirements.txt +++ b/PyTorch/Segmentation/nnUNet/triton/requirements.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. networkx==2.5 -onnx==1.8.0 +onnx==1.13.0 onnxruntime==1.5.2 pycuda>=2019.1.2 PyYAML>=5.2 diff --git a/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt b/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt index 15e8b04a4..72dc6693b 100644 --- a/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt +++ b/PyTorch/SpeechSynthesis/FastPitch/triton/requirements.txt @@ -13,7 +13,7 @@ # limitations under the License. networkx==2.5 numpy -onnx==1.8.0 +onnx==1.13.0 onnxruntime==1.5.2 pycuda>=2019.1.2 PyYAML>=5.2 diff --git a/TensorFlow/Classification/ConvNets/triton/requirements.txt b/TensorFlow/Classification/ConvNets/triton/requirements.txt index c186ee28d..763f91d0c 100644 --- a/TensorFlow/Classification/ConvNets/triton/requirements.txt +++ b/TensorFlow/Classification/ConvNets/triton/requirements.txt @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. networkx==2.5 -onnx>=1.8.0 +onnx>=1.13.0 onnxruntime>=1.9.0 pycuda>=2019.1.2 PyYAML>=5.2