Skip to content

Commit a4a5297

Browse files
committed
test ci
1 parent 702389e commit a4a5297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
env:
1313
CI_PATH: "${HOME}/GitHub/${{ github.repository }}/${GITHUB_RUN_NUMBER}"
1414
LMDEPLOY_PATH: "${HOME}/GitHub/lmdeploy"
15-
LMDEPLOY_COMMIT_OR_BRANCH: 'dev'
15+
LMDEPLOY_COMMIT_OR_BRANCH: 'optimize_moe'
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"
@@ -74,7 +74,7 @@ jobs:
7474
- name: Clone lmdeploy
7575
run: |
7676
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 }}
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

0 commit comments

Comments
 (0)