Skip to content

Commit d94d326

Browse files
committed
add vllm to unit test dep
1 parent a85f7b1 commit d94d326

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unit_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
eval "$(ssh-agent -s)"
2727
ssh-add - <<< '${{ secrets.FORGE_GITHUB_CI_FOR_TORCHSTORE }}'
2828
python -m pip install git+ssh://[email protected]/meta-pytorch/torchstore.git
29+
- name: Install vllm
30+
run: python -m pip install vllm==0.10.1.1
2931
- name: Update pip
3032
run: python -m pip install --upgrade pip
3133
- name: Install pytorch

0 commit comments

Comments
 (0)