File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 - synchronize
88 branches :
99 - develop
10- - release/**
1110
1211permissions :
1312 contents : read
Original file line number Diff line number Diff line change @@ -8,11 +8,10 @@ python -m pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/p
88python -m pip install -r requirements.txt
99python -m pip install jsonschema aistudio_sdk==0.3.5
1010# Use prebuilt wheel files to install xgrammar==0.1.19 and torch==2.8.0 specifically for the CI environment
11- python -m pip install xgrammar==0.1.19 torch==2.8.0
12- # python -m pip install \
13- # https://paddle-qa.bj.bcebos.com/FastDeploy/torch-2.6.0-cp310-cp310-manylinux1_x86_64.whl \
14- # https://paddle-qa.bj.bcebos.com/FastDeploy/triton-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl \
15- # https://paddle-qa.bj.bcebos.com/FastDeploy/xgrammar-0.1.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
11+ python -m pip install \
12+ https://paddle-qa.bj.bcebos.com/FastDeploy/torch-2.8.0-cp310-cp310-manylinux_2_28_x86_64.whl \
13+ https://paddle-qa.bj.bcebos.com/FastDeploy/triton-3.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl \
14+ https://paddle-qa.bj.bcebos.com/FastDeploy/xgrammar-0.1.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
1615
1716failed_files=()
1817run_path=" $DIR /../tests/ci_use/"
You can’t perform that action at this time.
0 commit comments