Skip to content

Commit 4ab4caf

Browse files
committed
try python 3.11
1 parent e55e235 commit 4ab4caf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gpu_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

.github/workflows/unit_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)