Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onnxruntime 1.16 support #584

Merged
merged 10 commits into from
Sep 20, 2023
Prev Previous commit
Next Next commit
pin ort 1.15.1 for bert and whisper
  • Loading branch information
guotuofeng committed Sep 20, 2023
commit 3bd90c482e6d8cb2e8e8944be09f18ab8a407397
1 change: 1 addition & 0 deletions examples/bert/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ datasets
docker
evaluate
neural-compressor
onnxruntime==1.15.1
scikit-learn
scipy
tabulate
Expand Down
2 changes: 1 addition & 1 deletion examples/whisper/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
neural-compressor
onnx==1.14.0
onnxruntime>=1.15.0
onnxruntime==1.15.1
onnxruntime-extensions>=0.8.0
tabulate
torch>=1.13.1
Expand Down
Loading