Skip to content

Releases: wasd-tech/Guide-AMD-HIP-ROCm

Bitsandbytes-rocm7.1.1

09 Dec 19:51
6f8cc38

Choose a tag to compare

Pre-release

Bitsandbytes compiled for gfx1030,1100,1201,1200 for ROCm 7.1.1

Commands used to compile:
cmake -DCOMPUTE_BACKEND=hip -DBNB_ROCM_ARCH="gfx1030;gfx1100;gfx1201;gfx1200" -S .
make -j$(nproc)
python -m build

vLLM

17 Jun 11:45
4738ff4

Choose a tag to compare

vLLM Pre-release
Pre-release

vLLM compiled for gfx1030,1100,1201,1200 for ROCm 6.4

Command used to compile:
PYTORCH_ROCM_ARCH="gfx1030;gfx1100;gfx1201;gfx1200" python setup.py bdist_wheel

Flash-attention

17 Jun 09:57
4738ff4

Choose a tag to compare

Flash-attention Pre-release
Pre-release

Flash-attention for AMD ROCM 6.4

YOU MUST HAVE INSTALLED TRITON>=3.3.0

Commands used to build:
FLASH_ATTENTION_TRITON_AMD_ENABLE="TRUE" python setup.py bdist_wheel

Bitsandbytes

15 Jun 13:48
4738ff4

Choose a tag to compare

Bitsandbytes Pre-release
Pre-release

Bitsandbytes compiled for gfx1030,1100,1201,1200 for ROCm 6.4

Commands used to compile:
cmake -DCOMPUTE_BACKEND=hip -DBNB_ROCM_ARCH="gfx1030;gfx1100;gfx1201;gfx1200" -S .
make -j$(nproc)
python -m build