Przeglądaj źródła

Fixed an issue where onnxruntime would not install on Windows

hwangsihu 9 miesięcy temu
rodzic
commit
265507f213
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      requirements.txt

+ 1 - 1
requirements.txt

@@ -18,7 +18,7 @@ networkx==3.1
 omegaconf==2.3.0
 onnx==1.16.0
 onnxruntime-gpu==1.18.0; sys_platform == 'linux'
-onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'windows'
+onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'win32'
 openai-whisper==20231117
 protobuf==4.25
 pydantic==2.7.0