mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
Merge pull request #3901 from peterjunpark/roc-6.2.x
Update bitsandbytes branch in docs (#3898)
This commit is contained in:
@@ -181,7 +181,7 @@ Installing bitsandbytes
|
|||||||
# Clone the github repo
|
# Clone the github repo
|
||||||
git clone --recurse https://github.com/ROCm/bitsandbytes.git
|
git clone --recurse https://github.com/ROCm/bitsandbytes.git
|
||||||
cd bitsandbytes
|
cd bitsandbytes
|
||||||
git checkout rocm_enabled
|
git checkout rocm_enabled_multi_backend
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ Setting up the base implementation environment
|
|||||||
# Use -DBNB_ROCM_ARCH to target a specific GPU architecture.
|
# Use -DBNB_ROCM_ARCH to target a specific GPU architecture.
|
||||||
git clone --recurse https://github.com/ROCm/bitsandbytes.git
|
git clone --recurse https://github.com/ROCm/bitsandbytes.git
|
||||||
cd bitsandbytes
|
cd bitsandbytes
|
||||||
git checkout rocm_enabled
|
git checkout rocm_enabled_multi_backend
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
cmake -DBNB_ROCM_ARCH="gfx942" -DCOMPUTE_BACKEND=hip -S .
|
cmake -DBNB_ROCM_ARCH="gfx942" -DCOMPUTE_BACKEND=hip -S .
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|||||||
Reference in New Issue
Block a user