Skip to content

Commit 46476bd

Browse files
authored
updating manfiest (#416)
1 parent 9917cda commit 46476bd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/dev-docker/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Pull the most recent validated docker image with `docker pull rocm/vllm-dev:main
2020

2121
## What is New
2222

23+
20250207_aiter:
24+
- More performant AITER
25+
- Bug fixes
2326
20250205_aiter:
2427
- [AITER](https://github.com/ROCm/aiter) support
2528
- Performance improvement for custom paged attention
@@ -479,9 +482,8 @@ To reproduce the release docker:
479482
```bash
480483
git clone https://github.com/ROCm/vllm.git
481484
cd vllm
482-
git checkout 9dc3394c9ee4da250be28d7bd08babf098d51081
485+
git checkout c24ea633f928d77582bc85aff922d07f3bca9d78
483486
docker build -f Dockerfile.rocm -t <your_tag> --build-arg BUILD_HIPBLASLT=1 --build-arg USE_CYTHON=1 .
484-
export VLLM_USE_AITER=0
485487
```
486488

487489
### AITER

0 commit comments

Comments
 (0)