Skip to content

Commit

Permalink
Update daily_ete_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulinJulia24 authored Oct 15, 2024
1 parent ab20648 commit 8619805
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/daily_ete_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ env:
FAIL_CONFIG: ${{ github.event_name == 'schedule' && github.run_attempt != 1 && '--lf --lfnf none' || '--lf'}}
TEST_CODE_PATH: /nvme/qa_test_models/test_pkg/lmdeploy
OFFLINE_CODE_PATH: /nvme/qa_test_models/offline_pkg/lmdeploy
DEEPSEEK_VL: /nvme/qa_test_models/offline_pkg/DeepSeek-VL

jobs:
linux-build:
Expand Down Expand Up @@ -157,7 +158,7 @@ jobs:
run: |
python3 -m pip install lmdeploy-*.whl --no-deps
python3 -m pip install -r requirements/test.txt
pip install ${{env.OFFLINE_CODE_PATH}}/DeepSeek-VL --no-deps
pip install ${{env.DEEPSEEK_VL}} --no-deps
- name: Check env
run: |
pip install transformers==4.44.2 --no-deps
Expand Down Expand Up @@ -244,7 +245,7 @@ jobs:
run: |
python3 -m pip install lmdeploy-*.whl --no-deps
python3 -m pip install -r requirements/test.txt
pip install /nvme/qa_test_models/offline_pkg/DeepSeek-VL --no-deps
pip install ${{env.DEEPSEEK_VL}} --no-deps
- name: Check env
run: |
pip uninstall -y nvidia-nccl-cu11
Expand Down Expand Up @@ -344,7 +345,7 @@ jobs:
run: |
python3 -m pip install lmdeploy-*.whl --no-deps
python3 -m pip install -r requirements/test.txt
pip install ${{env.OFFLINE_CODE_PATH}}/DeepSeek-VL --no-deps
pip install ${{env.DEEPSEEK_VL}} --no-deps
- name: Check env
run: |
pip uninstall -y nvidia-nccl-cu11
Expand Down Expand Up @@ -437,7 +438,7 @@ jobs:
run: |
python3 -m pip install lmdeploy-*.whl --no-deps
python3 -m pip install -r requirements/test.txt
pip install ${{env.OFFLINE_CODE_PATH}}/DeepSeek-VL --no-deps
pip install ${{env.DEEPSEEK_VL}} --no-deps
- name: Check env
run: |
pip uninstall -y nvidia-nccl-cu11
Expand Down Expand Up @@ -499,7 +500,7 @@ jobs:
run: |
python3 -m pip install lmdeploy-*.whl --no-deps
python3 -m pip install -r requirements/test.txt
pip install ${{env.OFFLINE_CODE_PATH}}/DeepSeek-VL --no-deps
pip install ${{env.DEEPSEEK_VL}} --no-deps
- name: Check env
run: |
pip uninstall -y nvidia-nccl-cu11
Expand Down Expand Up @@ -560,7 +561,7 @@ jobs:
run: |
python3 -m pip install lmdeploy-*.whl --no-deps
python3 -m pip install -r requirements/test.txt
pip install ${{env.OFFLINE_CODE_PATH}}/DeepSeek-VL --no-deps
pip install ${{env.DEEPSEEK_VL}} --no-deps
- name: Check env
run: |
pip uninstall -y nvidia-nccl-cu11
Expand Down

0 comments on commit 8619805

Please sign in to comment.