Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored Jun 27, 2024
1 parent bcc4000 commit 8a20459
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ vllm --help
```

To update a patched `vLLM` between same `vLLM` release versions (e.g. `0.5.0` (commit `000000`) -> `0.5.0` (commit `ffffff`))
```
```sh
# Activate virtual environment
source venv/bin/activate

Expand Down Expand Up @@ -57,20 +57,21 @@ In other words, add `--extra-index-url https://sasha0552.github.io/vllm-ci/` to

To install the patched `triton` separately, for use in other applications (for example, Stable Diffusion WebUIs):

Install application that depends on `triton`:
Install application that published on PyPI and depends on `triton`:
```sh
# Install triton
pip3 install --extra-index-url https://sasha0552.github.io/vllm-ci/ <PACKAGE NAME>
```

Install `triton` before installing application:
```
```sh
# Install triton
pip3 install --extra-index-url https://sasha0552.github.io/vllm-ci/ triton
```

If application is already installed:
```
```sh
# Install triton
pip3 install --extra-index-url https://sasha0552.github.io/vllm-ci/ --force-reinstall triton
```

Expand Down

0 comments on commit 8a20459

Please sign in to comment.