From c97c78bd66136e1addc9272627f8462bf6bbc5e7 Mon Sep 17 00:00:00 2001 From: arlo-phoenix Date: Tue, 8 Aug 2023 21:28:37 +0200 Subject: [PATCH] Update README rocm quickstart --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4be984..d5546d2 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,10 @@ For installation then do: ```bash git clone https://github.com/arlo-phoenix/bitsandbytes-rocm-5.6.git bitsandbytes cd bitsandbytes - -#see makefile comments under hip for more info -make hip -python setup.py install +make hip ROCM_TARGET=gfx... +pip 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