We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85f7b1 commit d94d326Copy full SHA for d94d326
.github/workflows/unit_test.yaml
@@ -26,6 +26,8 @@ jobs:
26
eval "$(ssh-agent -s)"
27
ssh-add - <<< '${{ secrets.FORGE_GITHUB_CI_FOR_TORCHSTORE }}'
28
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
31
- name: Update pip
32
run: python -m pip install --upgrade pip
33
- name: Install pytorch
0 commit comments