Skip to content

Commit b2cf0d2

Browse files
Update links
1 parent c8f642b commit b2cf0d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/installation.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ additional platforms such as AMD ROCm.
1818
- [CPU](#cpu)
1919
- [Installation via PyPI](#cpu-pip)
2020
- [Compile from Source](#cpu-compile)
21-
- [AMD ROCm (Preview)](#rocm)
21+
- [AMD ROCm (Preview)](#rocm-preview)
2222
- [Preview Wheels](#preview-wheels)
2323

24-
## System Requirements
24+
## System Requirements[[requirements]]
2525

2626
These are the minimum requirements for `bitsandbytes` across all platforms. Please be aware that some compute platforms may impose more strict requirements.
2727

2828
* Python >= 3.9
2929
* PyTorch >= 2.3
3030

31-
## NVIDIA CUDA
31+
## NVIDIA CUDA[[cuda]]
3232

3333
`bitsandbytes` is currently supported on NVIDIA GPUs with [Compute Capability](https://developer.nvidia.com/cuda-gpus) 6.0+.
3434
The library can be built using CUDA Toolkit versions as old as **11.8**.
@@ -224,7 +224,7 @@ make
224224
pip install -e . # `-e` for "editable" install, when developing BNB (otherwise leave that out)
225225
```
226226

227-
## Preview Wheels [[preview-wheels]]
227+
## Preview Wheels[[preview-wheels]]
228228

229229
If you would like to use new features even before they are officially released and help us test them, feel free to install the wheel directly from our CI (*the wheel links will remain stable!*):
230230

0 commit comments

Comments
 (0)