From 7a782d69478b30ab7ef31d3ea374427f79fe0bc5 Mon Sep 17 00:00:00 2001 From: zhulinJulia24 <145004780+zhulinJulia24@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:22:29 +0800 Subject: [PATCH] Update daily_tests.yaml --- .github/workflows/daily_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily_tests.yaml b/.github/workflows/daily_tests.yaml index 10bbfbb..c4d6515 100644 --- a/.github/workflows/daily_tests.yaml +++ b/.github/workflows/daily_tests.yaml @@ -41,7 +41,7 @@ jobs: source activate internlm-model-latest pip install torch==2.2.2 torchvision==0.17.2 --index-url https://download.pytorch.org/whl/cu118 pip install /mnt/petrelfs/qa-caif-cicd/resource/flash_attn-2.5.8+cu118torch2.2cxx11abiFALSE-cp310-cp310-linux_x86_64.whl - pip install sentencepiece auto-gptq==0.6.0 lmdeploy[all] beautifulsoup4 + pip install sentencepiece auto-gptq==0.6.0 lmdeploy[all] beautifulsoup4 decord srun -p ${SLURM_PARTITION} --kill-on-bad-exit=1 --job-name=${GITHUB_RUN_ID}-${GITHUB_JOB} --gpus-per-task=2 pytest -s -v -m tmp --color=yes ./tests/test_hf_model.py conda deactivate - name: remove_env