You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

citest.sh 828 B

123456789101112131415161718
  1. pip install -r requirements.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
  2. pip install -r requirements/audio.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
  3. pip install -r requirements/cv.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
  4. pip install -r requirements/multi-modal.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
  5. pip install -r requirements/nlp.txt -f https://modelscope.oss-cn-beijing.aliyuncs.com/releases/repo.html
  6. pip install -r requirements/tests.txt
  7. # linter test
  8. # use internal project for pre-commit due to the network problem
  9. pre-commit run --all-files
  10. if [ $? -ne 0 ]; then
  11. echo "linter test failed, please run 'pre-commit run --all-files' to check"
  12. exit -1
  13. fi
  14. PYTHONPATH=. python tests/run.py