Change8
Error1 reports

Fix NotImplementedError

in BitsAndBytes

Solution

This error usually arises when a specific bitsandbytes feature, like double quantization or CPU/XPU support, is not yet implemented for your hardware setup (e.g., using ROCm on AMD GPUs) or the chosen device. To fix it, either switch to a supported configuration (like CUDA GPUs if applicable features are missing for ROCm), or wait for future bitsandbytes releases that might include the necessary implementation. Otherwise, remove the specific unsupported code from your implementation, opting for other quantization methods or supported devices.

Related Issues

Real GitHub issues where developers encountered this error:

Timeline

First reported:Mar 2, 2025
Last reported:Mar 2, 2025

Need More Help?

View the full changelog and migration guides for BitsAndBytes

View BitsAndBytes Changelog