File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
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 : ' main '
15
+ LMDEPLOY_COMMIT_OR_BRANCH : ' 6f1277eaf103612b4f2167d3faa4d6c9c893c19b '
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"
87
87
cd ${{env.CI_PATH }}/tests
88
88
export DLINFER_TEST_DIR=${{env.CI_PATH }}/tests
89
89
echo $PYTHONPATH && pwd
90
+ export HCCL_EXEC_TIMEOUT=180
90
91
pytest ./ -m 'lmdeploy' -s -x --alluredir=allure-results --clean-alluredir
91
92
bash ${{env.CI_PATH }}/tests/test_lmdeploy/scripts/test_model_tp2.sh
92
93
Original file line number Diff line number Diff line change 2
2
import dlinfer .vendor as vendor
3
3
4
4
vendor .vendor_torch_init ()
5
- __version__ = "0.1.6 "
5
+ __version__ = "0.1.7 "
Original file line number Diff line number Diff line change 5
5
from skbuild import setup
6
6
7
7
8
- VERSION = "0.1.6 "
8
+ VERSION = "0.1.7 "
9
9
10
10
vendor_dispatch_key_map = {
11
11
"ascend" : "PrivateUse1" ,
You can’t perform that action at this time.
0 commit comments