File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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
232620250205_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
You can’t perform that action at this time.
0 commit comments