File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212env :
1313 CI_PATH : " ${HOME}/GitHub/${{ github.repository }}/${GITHUB_RUN_NUMBER}"
1414 LMDEPLOY_PATH : " ${HOME}/GitHub/lmdeploy"
15- LMDEPLOY_COMMIT_OR_BRANCH : ' main '
15+ LMDEPLOY_COMMIT_OR_BRANCH : ' dev '
1616 REPORT_DIR : " ${HOME}/GitHub/ci_log/test_reports"
1717 TEST_LMDEPLOY_E2E_LOG_PATH : " ${HOME}/Github/ci_log/logs"
1818 TEST_LMDEPLOY_E2E_MODEL_PATH : " ${HOME}/Github/model"
7474 - name : Clone lmdeploy
7575 run : |
7676 set -ex
77- git clone https://github.com/DeepLink-org /lmdeploy.git ${{ env.LMDEPLOY_PATH }}
77+ git clone https://github.com/InternLM /lmdeploy.git ${{ env.LMDEPLOY_PATH }}
7878 cd ${{ env.LMDEPLOY_PATH }} && git checkout ${{ env.LMDEPLOY_COMMIT_OR_BRANCH }}
7979 # git apply ${{env.CI_PATH }}/.github/ci/fix-exit-multi-npu.patch
8080
8787 cd ${{env.CI_PATH }}/tests
8888 export DLINFER_TEST_DIR=${{env.CI_PATH }}/tests
8989 echo $PYTHONPATH && pwd
90- export HCCL_EXEC_TIMEOUT=180
90+ export HCCL_EXEC_TIMEOUT=600
9191 pytest ./ -m 'lmdeploy' -s -x --alluredir=allure-results --clean-alluredir
9292 bash ${{env.CI_PATH }}/tests/test_lmdeploy/scripts/test_model_tp2.sh
9393
You can’t perform that action at this time.
0 commit comments