You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,17 @@ The `bitsandbytes` library is a lightweight Python wrapper around CUDA custom fu
6
6
7
7
The library includes quantization primitives for 8-bit & 4-bit operations, through `bitsandbytes.nn.Linear8bitLt` and `bitsandbytes.nn.Linear4bit` and 8-bit optimizers through `bitsandbytes.optim` module.
8
8
9
-
This fork is actively developed for ROCm and updates are being pushed into `multi-backend-refactor` branch of upstream bitsandbytes. Users can use either of these to run bitsandbytes on AMD GPUs.
9
+
This fork is developed for ROCm and updates are pushed into upstream. Users can use either of these to run bitsandbytes on AMD GPUs.
10
10
11
-
**Note: The default branch of this fork is switched from `rocm_enabled`to `rocm_enabled_multi_backend`. This is synced periodically with `multi-backend-refactor` branch of upstream, and latest developments are pushed here until upstream branch is merged into `main`.**
11
+
**Note: The default branch of this fork is switched from this branch to the new `rocm_enabled` branch. **
0 commit comments