File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
env :
13
13
CI_PATH : " ${HOME}/GitHub/${{ github.repository }}/${GITHUB_RUN_NUMBER}"
14
14
LMDEPLOY_PATH : " ${HOME}/GitHub/lmdeploy"
15
- LMDEPLOY_COMMIT_OR_BRANCH : ' dev '
15
+ LMDEPLOY_COMMIT_OR_BRANCH : ' optimize_moe '
16
16
REPORT_DIR : " ${HOME}/GitHub/ci_log/test_reports"
17
17
TEST_LMDEPLOY_E2E_LOG_PATH : " ${HOME}/Github/ci_log/logs"
18
18
TEST_LMDEPLOY_E2E_MODEL_PATH : " ${HOME}/Github/model"
74
74
- name : Clone lmdeploy
75
75
run : |
76
76
set -ex
77
- git clone https://github.com/InternLM /lmdeploy.git ${{ env.LMDEPLOY_PATH }}
77
+ git clone https://github.com/DeepLink-org /lmdeploy.git ${{ env.LMDEPLOY_PATH }}
78
78
cd ${{ env.LMDEPLOY_PATH }} && git checkout ${{ env.LMDEPLOY_COMMIT_OR_BRANCH }}
79
79
# git apply ${{env.CI_PATH }}/.github/ci/fix-exit-multi-npu.patch
80
80
You can’t perform that action at this time.
0 commit comments