nihuajian commited on
Commit
621012b
·
verified ·
1 Parent(s): b7967ef

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -14
requirements.txt CHANGED
@@ -1,16 +1,23 @@
1
- torch
2
- torchaudio
3
- torchvision
4
- transformers
5
- librosa
6
- soundfile
7
- vector-quantize-pytorch
8
- vocos
 
 
 
 
9
  decord
10
  moviepy
11
- gradio
12
- spaces
13
- Pillow
14
- einops
15
- sentencepiece
16
- flash_attn
 
 
 
 
1
+ Pillow==10.1.0
2
+ torch==2.3.1
3
+ torchaudio==2.3.1
4
+ torchvision==0.18.1
5
+ transformers==4.44.2
6
+ sentencepiece==0.2.0
7
+ vector-quantize-pytorch==1.18.5
8
+ vocos==0.1.0
9
+ accelerate==1.2.1
10
+ timm==0.9.10
11
+ soundfile==0.12.1
12
+ librosa==0.9.0
13
  decord
14
  moviepy
15
+
16
+ # for web demo
17
+ aiofiles==23.2.1
18
+ onnxruntime==1.20.1
19
+ fastapi
20
+ uvicorn
21
+ gradio==4.44.1
22
+ http://thunlp.oss-cn-qingdao.aliyuncs.com/multi_modal/never_delete/modelscope_studio-0.4.0.9-py3-none-any.whl
23
+ pydantic==2.10.6