mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-25 04:30:48 +01:00
* add self-hosted repo: * add extra requirements for different field and reduce necessary requirements * update docker file with so required by audio * add requirements checker which will be used later when implement lazy import * remove repeated requirements and replace opencv-python-headless with opencv-python example usage: ```shell pip install model_scope[all] -f https://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/release/maas/repo.html pip install model_scope[cv] -f https://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/release/maas/repo.html pip install model_scope[nlp] -f https://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/release/maas/repo.html pip install model_scope[audio] -f https://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/release/maas/repo.html pip install model_scope[multi-modal] -f https://pai-vision-data-hz.oss-cn-zhangjiakou.aliyuncs.com/release/maas/repo.html ``` Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9211383
19 lines
206 B
Plaintext
19 lines
206 B
Plaintext
addict
|
|
datasets
|
|
easydict
|
|
einops
|
|
filelock>=3.3.0
|
|
numpy
|
|
opencv-python
|
|
Pillow>=6.2.0
|
|
protobuf>3,<=3.20
|
|
pyyaml
|
|
requests
|
|
scipy
|
|
setuptools
|
|
tokenizers<=0.10.3
|
|
torch
|
|
tqdm>=4.64.0
|
|
transformers<=4.16.2,>=4.10.3
|
|
yapf
|