Skip to content

Commit

Permalink
updating manfiest (vllm-project#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
arakowsk-amd authored Feb 12, 2025
1 parent 9917cda commit 46476bd
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit 46476bd

Please sign in to comment.