Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ This is the most straightforward and recommended installation option.
The currently distributed `bitsandbytes` packages are built with the following configurations:

| **OS** | **oneAPI Toolkit** | **Kernel Implementation** |
|--------------------|------------------|----------------------|
| **Linux x86-64** | 2025.1.3 | SYCL + Triton |
| **Windows x86-64** | 2025.1.3 | SYCL + Triton |
|--------------------|--------------------|----------------------|
| **Linux x86-64** | 2025.1.3, 2026.0.0 | SYCL + Triton |
| **Windows x86-64** | 2025.1.3, 2026.0.0 | SYCL + Triton |

The Linux build has a minimum glibc version of 2.34.

Expand Down
Loading