Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Oct 24, 2024
1 parent 5fdef62 commit 07694fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ The main repository for building Pascal-compatible versions of ML applications a

```sh
# Pull the vLLM image
docker pull ghcr.io/sasha0552/vllm:v0.6.3 # you can omit the version specifier
# to install nightly version
docker pull ghcr.io/sasha0552/vllm:v0.6.3.post1 # you can omit the version specifier
# to install nightly version

# You can now follow the official vLLM documentation.
# Replace the official image with this one.
Expand Down Expand Up @@ -72,8 +72,8 @@ python -m venv venv
source venv/bin/activate
# Install vLLM
pip3 install vllm-pascal==0.6.3 # you can omit the version specifier
# to install nightly version
pip3 install vllm-pascal==0.6.3.post1 # you can omit the version specifier
# to install nightly version
# Install patched triton
transient-package install \
Expand Down

0 comments on commit 07694fe

Please sign in to comment.