Search Criteria
Package Details: python-bitsandbytes 0.49.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-bitsandbytes.git (read-only, click to copy) |
|---|---|
| Package Base: | python-bitsandbytes |
| Description: | k-bit optimizers and matrix multiplication routines. |
| Upstream URL: | https://github.com/bitsandbytes-foundation/bitsandbytes |
| Licenses: | MIT |
| Conflicts: | python-bitsandbytes |
| Provides: | python-bitsandbytes |
| Submitter: | taotieren |
| Maintainer: | taotieren |
| Last Packager: | taotieren |
| Votes: | 1 |
| Popularity: | 0.060113 |
| First Submitted: | 2025-08-30 13:15 (UTC) |
| Last Updated: | 2026-02-16 22:06 (UTC) |
Dependencies (22)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-pascalAUR, cuda-12.8AUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- libgomp (libgomp-snapshotAUR)
- libstdc++ (libstdc++-snapshotAUR)
- python
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-nvidia-ml-pyAUR
- python-packaging
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda12.9AUR, python-pytorch-opt-cuda12.9AUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-triton
- python-typing_extensions
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-build (make)
- python-installer (make)
- python-scikit-build (make)
- python-scikit-build-core (make)
- python-setuptools (make)
- Show 2 more dependencies...
Required by (3)
- python-pytorch-lightning (optional)
- python-transformers (optional)
- python-trl (optional)
Latest Comments
lubosz commented on 2026-02-11 19:54 (UTC)
Only 3 months ago you have added
python-pynvmlas a new dependency.I now get the following when importing torch (
python -c "import torch"):Will bitsandbytes also work with
python-nvidia-ml-pyor does it need changes upstream?taotieren commented on 2025-10-21 05:45 (UTC)
@lubosz Thanks. I'll update later.
lubosz commented on 2025-10-20 20:09 (UTC)
The native library needs to be rebuilt since CUDA 13. Please take my patch: https://github.com/lubosz/python-bitsandbytes/commit/2a4c38872a49d224a28a2e842d4132c3879d4c6d
Before my patch:
After: