Update README rocm quickstart

This commit is contained in:
arlo-phoenix 2023-08-08 21:28:37 +02:00
parent 0b481bfcc2
commit c97c78bd66

View File

@ -20,11 +20,10 @@ For installation then do:
```bash ```bash
git clone https://github.com/arlo-phoenix/bitsandbytes-rocm-5.6.git bitsandbytes git clone https://github.com/arlo-phoenix/bitsandbytes-rocm-5.6.git bitsandbytes
cd bitsandbytes cd bitsandbytes
make hip ROCM_TARGET=gfx...
#see makefile comments under hip for more info pip install .
make hip
python setup.py install
``` ```
see https://www.llvm.org/docs/AMDGPUUsage.html#processors for finding ROCM_TARGET (e.g. gfx1030 for 6800XT,6900XT)
## Info about this port / Credits ## Info about this port / Credits