Skip to content

Commit

Permalink
update cli yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dt-yy committed Jan 7, 2025
1 parent 6c9639e commit 1ae8675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/retry_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ retry_count=0
while true; do
# prepare env
#python -m pip install -r requirements-qa.txt
python -m pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com -i https://mirrors.aliyun.com/pypi/simple
#python -m pip install -U magic-pdf[full] --extra-index-url https://wheels.myhloli.com -i https://mirrors.aliyun.com/pypi/simple
pip install -e .
python -m pip install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/
pip install modelscope
wget https://gitee.com/myhloli/MinerU/raw/master/scripts/download_models.py -O download_models.py
Expand Down

0 comments on commit 1ae8675

Please sign in to comment.