File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1- pip install -r requirements/docs.txt
21cd docs
32rm -rf build
43
Original file line number Diff line number Diff line change @@ -21,12 +21,9 @@ if [ "$MODELSCOPE_SDK_DEBUG" == "True" ]; then
2121 pip install decord einops -U -i https://mirrors.aliyun.com/pypi/simple/
2222 pip uninstall autoawq -y
2323 pip install optimum
24- pip install diffusers
25- # pip install autoawq -U --no-deps
2624
2725 # test with install
2826 pip install .
29- pip install auto_gptq bitsandbytes deepspeed -U -i https://mirrors.aliyun.com/pypi/simple/
3027else
3128 echo " Running case in release image, run case directly!"
3229fi
Original file line number Diff line number Diff line change 7373 shell : bash
7474 run : |
7575 set -e
76- source /mnt/modelscope/ci_env.sh
7776 bash .dev_scripts/dockerci.sh
You can’t perform that action at this time.
0 commit comments