Skip to content

Commit

Permalink
HOT FIX: ORT 1.16.0 Issue
Browse files Browse the repository at this point in the history
Temporary fix due to the MS Issue of 1.16.0 ORT library microsoft/onnxruntime#17631
Default 'AzureExecutionProvider' instead of CPU
Awaiting for the 1.16.1 patch
  • Loading branch information
Gourieff committed Sep 23, 2023
1 parent 094423f commit 064968e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
insightface==0.7.3
onnx>=1.14.0
onnxruntime>=1.15.0
onnxruntime==1.15.1
opencv-python>=4.7.0.72
numpy
torch
Expand Down

0 comments on commit 064968e

Please sign in to comment.