Skip to content

Commit b551b0d

Browse files
committed
install from github
1 parent 63124fa commit b551b0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/vllm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
VLLM_VERSION="$(curl -s https://api.github.com/repos/vllm-project/vllm/releases/latest | jq -r .tag_name | sed 's/^v//')"
8080
export VLLM_VERSION
8181
echo "Installing vLLM ${VLLM_VERSION} (CPU)"
82-
hatch run -- uv pip install "vllm==${VLLM_VERSION}" --extra-index-url "https://wheels.vllm.ai/releases/${VLLM_VERSION}/cpu/" --index-strategy unsafe-best-match
82+
hatch run -- uv pip install "https://github.com/vllm-project/vllm/releases/download/v${VLLM_VERSION}/vllm-${VLLM_VERSION}+cpu-cp38-abi3-manylinux_2_35_x86_64.whl"
8383
8484
- name: Start vLLM server
8585
env:

0 commit comments

Comments
 (0)