File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 runs-on : linux.g5.12xlarge.nvidia.gpu
2828 strategy :
2929 matrix :
30- python-version : ['3.10 ']
30+ python-version : ['3.11 ']
3131 steps :
3232 - name : Check out repo
3333 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1212 timeout-minutes : 15
1313 strategy :
1414 matrix :
15- python-version : ['3.10 ']
15+ python-version : ['3.11', '3.12 ']
1616 steps :
1717 - name : Check out repo
1818 uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ main() {
194194
195195 # Install vLLM and its requirements
196196 pip install -r .github/packaging/vllm_reqs_12_8.txt
197- python3.10 -m pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
197+ python -m pip install vllm --no-cache-dir --index-url https://download.pytorch.org/whl/preview/forge
198198
199199 # Install monarch
200200 pip install torchmonarch==$MONARCH_VERSION
You can’t perform that action at this time.
0 commit comments