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
20
20
21
21
## What is New
22
22
23
+ 20250207_aiter:
24
+ - More performant AITER
25
+ - Bug fixes
23
26
20250205_aiter:
24
27
- [ AITER] ( https://github.com/ROCm/aiter ) support
25
28
- Performance improvement for custom paged attention
@@ -479,9 +482,8 @@ To reproduce the release docker:
479
482
``` bash
480
483
git clone https://github.com/ROCm/vllm.git
481
484
cd vllm
482
- git checkout 9dc3394c9ee4da250be28d7bd08babf098d51081
485
+ git checkout c24ea633f928d77582bc85aff922d07f3bca9d78
483
486
docker build -f Dockerfile.rocm -t < your_tag> --build-arg BUILD_HIPBLASLT=1 --build-arg USE_CYTHON=1 .
484
- export VLLM_USE_AITER=0
485
487
```
486
488
487
489
### AITER
You can’t perform that action at this time.
0 commit comments