This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
modelscope
/
ModelScope
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
0
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
[to
#42322933
] relax requirements
Link:
https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9407594
master
wenmeng.zwm
yingda.chen
3 years ago
parent
a17f29ce54
commit
e62cd756df
4 changed files
with
11 additions
and
9 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-3
requirements/audio.txt
+2
-2
requirements/multi-modal.txt
+1
-1
requirements/nlp.txt
+4
-3
requirements/runtime.txt
+ 4
- 3
requirements/audio.txt
View File
@@ -1,4 +1,4 @@
espnet
=
=202204
espnet
>
=202204
#tts
h5py
inflect
@@ -8,7 +8,8 @@ lxml
matplotlib
nara_wpe
numpy<=1.18
protobuf>3,<=3.20
# tested on version before 3.20, expecting no breaking change going forward
protobuf>3
ptflops
pytorch_wavelets
PyWavelets>=1.0.0
@@ -21,5 +22,5 @@ torch
torchaudio
torchvision
tqdm
ttsfrd
=
=0.0.3
ttsfrd
>
=0.0.3
unidecode
+ 2
- 2
requirements/multi-modal.txt
View File
@@ -1,6 +1,6 @@
fairseq
==maas
fairseq
ftfy>=6.0.3
ofa
=
=0.0.2-3.6
ofa
>
=0.0.2-3.6
pycocoevalcap>=1.2
pycocotools>=2.0.4
rouge_score
+ 1
- 1
requirements/nlp.txt
View File
@@ -1,3 +1,3 @@
http://ait-public.oss-cn-hangzhou-zmf.aliyuncs.com/jizhu/en_core_web_sm-2.3.1.tar.gz
sofa
=
=1.0.5
sofa
>
=1.0.5
spacy>=2.3.5
+ 4
- 3
requirements/runtime.txt
View File
@@ -6,13 +6,14 @@ filelock>=3.3.0
numpy
opencv-python
Pillow>=6.2.0
protobuf>3,<=3.20
# tested on version before 3.20, expecting no breaking change going forward
protobuf>3
pyyaml
requests
scipy
setuptools
tokenizers
<=0.10.3
tokenizers
torch
tqdm>=4.64.0
transformers
<=4.16.2,
>=4.10.3
transformers>=4.10.3
yapf
Write
Preview
Loading…
Cancel
Save