Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/dev-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Pull the most recent validated docker image with `docker pull rocm/vllm-dev:main

## What is New

20250207_aiter:
- More performant AITER
- Bug fixes
20250205_aiter:
- [AITER](https://github.com/ROCm/aiter) support
- Performance improvement for custom paged attention
Expand Down Expand Up @@ -479,9 +482,8 @@ To reproduce the release docker:
```bash
git clone https://github.com/ROCm/vllm.git
cd vllm
git checkout 9dc3394c9ee4da250be28d7bd08babf098d51081
git checkout c24ea633f928d77582bc85aff922d07f3bca9d78
docker build -f Dockerfile.rocm -t <your_tag> --build-arg BUILD_HIPBLASLT=1 --build-arg USE_CYTHON=1 .
export VLLM_USE_AITER=0
```

### AITER
Expand Down