Update daily_tests.yaml

add_xcomposer_testcase
zhulinJulia24 2024-07-18 20:01:08 +08:00 committed by GitHub
parent ce9372895a
commit 268046b94c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,10 @@ jobs:
source activate internlm-model-latest
pip install /mnt/petrelfs/qa-caif-cicd/resource/flash_attn-2.5.8+cu118torch2.2cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
pip install torch==2.2.2 torchvision==0.17.2 --index-url https://download.pytorch.org/whl/cu118
pip install sentencepiece auto-gptq==0.6.0 beautifulsoup4 decord lxml lmdeploy[all]==0.5.0
pip install sentencepiece auto-gptq==0.6.0 beautifulsoup4 decord lxml
export LMDEPLOY_VERSION=0.5.0
export PYTHON_VERSION=310
pip install https://github.com/InternLM/lmdeploy/releases/download/v${LMDEPLOY_VERSION}/lmdeploy-${LMDEPLOY_VERSION}+cu118-cp${PYTHON_VERSION}-cp${PYTHON_VERSION}-manylinux2014_x86_64.whl --extra-index-url https://download.pytorch.org/whl/cu118
python3 -m pip list
conda deactivate
- name: run_test