"git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "155dc2982eb92c941fa42bbbeb0b75cf8780ff3d"
Commit 2a8cc8d1 authored by Titus von Koeller's avatar Titus von Koeller
Browse files

docs: tweaks for multi-backend preview release prep

parent 6bef412a
...@@ -134,14 +134,23 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/YOUR_USERNAME/local/cuda-11.7 ...@@ -134,14 +134,23 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/YOUR_USERNAME/local/cuda-11.7
3. Now when you launch bitsandbytes with these environment variables, the PyTorch CUDA version is overridden by the new CUDA version (in this example, version 11.7) and a different bitsandbytes library is loaded. 3. Now when you launch bitsandbytes with these environment variables, the PyTorch CUDA version is overridden by the new CUDA version (in this example, version 11.7) and a different bitsandbytes library is loaded.
## Multi-backend preview release compilation[[multi-backend]] ## Multi-backend[[multi-backend]]
> [!TIP]
> This functionality is currently in preview and therefore not yet production-ready!
Please follow these steps to install bitsandbytes with device-specific backend support other than CUDA: Please follow these steps to install bitsandbytes with device-specific backend support other than CUDA:
### Pip install the pre-built wheel (recommended for most)
WIP (will be added in the coming days)
### Compilation
<hfoptions id="backend"> <hfoptions id="backend">
<hfoption id="AMD ROCm"> <hfoption id="AMD ROCm">
### AMD GPU #### AMD GPU
bitsandbytes is fully supported from ROCm 6.1 onwards (currently in alpha release). bitsandbytes is fully supported from ROCm 6.1 onwards (currently in alpha release).
...@@ -179,7 +188,7 @@ pip install -e . # `-e` for "editable" install, when developing BNB (otherwise ...@@ -179,7 +188,7 @@ pip install -e . # `-e` for "editable" install, when developing BNB (otherwise
</hfoption> </hfoption>
<hfoption id="Intel CPU + GPU"> <hfoption id="Intel CPU + GPU">
### Intel CPU #### Intel CPU
> [!TIP] > [!TIP]
> Intel CPU backend only supports building from source; for now, please follow the instructions below. > Intel CPU backend only supports building from source; for now, please follow the instructions below.
...@@ -200,6 +209,8 @@ pip install -e . # `-e` for "editable" install, when developing BNB (otherwise ...@@ -200,6 +209,8 @@ pip install -e . # `-e` for "editable" install, when developing BNB (otherwise
</hfoption> </hfoption>
<hfoption id="Apple Silicon (MPS)"> <hfoption id="Apple Silicon (MPS)">
#### Apple Silicon
WIP WIP
</hfoption> </hfoption>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment