kevinwang676 commited on
Commit
41a86a8
·
verified ·
1 Parent(s): 9cabcc2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -15,8 +15,8 @@ matplotlib==3.7.5
15
  modelscope==1.15.0
16
  networkx==3.1
17
  omegaconf==2.3.0
18
- onnxruntime-gpu==1.16.0; sys_platform == 'linux'
19
- onnxruntime==1.16.0; sys_platform == 'darwin' or sys_platform == 'windows'
20
  openai-whisper==20231117
21
  protobuf==4.25
22
  pydantic==2.7.0
 
15
  modelscope==1.15.0
16
  networkx==3.1
17
  omegaconf==2.3.0
18
+ onnxruntime-gpu; sys_platform == 'linux'
19
+ onnxruntime; sys_platform == 'darwin' or sys_platform == 'windows'
20
  openai-whisper==20231117
21
  protobuf==4.25
22
  pydantic==2.7.0