From f7c848c746c903e4d5c2c8345a42ae4d730d4f70 Mon Sep 17 00:00:00 2001 From: Keval Pandya <62025534+Keval-pandya@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:17:38 +0530 Subject: [PATCH 1/2] Update requirements.txt Added onnx and onnxruntime dependencies the requirements.txt since all models are in onnx format and they needed onnxruntime to run the model --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index b8cdc0177..deb4c194f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ Cython>=0.29.28 cmake>=3.22.3 numpy>=1.22.3 +onnx>=1.12.0 +onnxruntime>=1.14 From 09d76e4307f1cb21a69596855564dd523f635421 Mon Sep 17 00:00:00 2001 From: Keval Pandya <62025534+Keval-pandya@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:09:58 +0530 Subject: [PATCH 2/2] Update requirements.txt Make changes in the onnxruntime version and onnx version --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index deb4c194f..24e14e185 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Cython>=0.29.28 cmake>=3.22.3 numpy>=1.22.3 -onnx>=1.12.0 -onnxruntime>=1.14 +onnx>=1.4.0 +onnxruntime>=1.6.0