Jingkang commited on
Commit
599eb93
·
verified ·
1 Parent(s): c66b11c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # 基础框架
2
- torch==2.3.0
3
- torchvision==0.18.0
4
- torchaudio==2.3.0
5
 
6
  # 多模态处理
7
  transformers==4.41.0
@@ -31,4 +31,4 @@ openai-whisper
31
  pydantic>=1.10.0
32
  deepspeed==0.15.2
33
  tiktoken==0.6.0
34
- resampy
 
1
  # 基础框架
2
+ torch==2.4.0
3
+ torchvision==0.19.0 # 与 torch 2.4.0 兼容的版本
4
+ torchaudio==2.4.0
5
 
6
  # 多模态处理
7
  transformers==4.41.0
 
31
  pydantic>=1.10.0
32
  deepspeed==0.15.2
33
  tiktoken==0.6.0
34
+ resampy