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
Facing an issue while downloading the quantized model from HF, it shows the below error.
ImportError: Using bitsandbytes 8-bit quantization requires Accelerate: pip install accelerate and the latest version of bitsandbytes: pip install -i https://pypi.org/simple/ bitsandbytes
Even though the packages are installed.
pip install bitsandbytes==0.42.0
pip install accelerate
The text was updated successfully, but these errors were encountered:
Facing an issue while downloading the quantized model from HF, it shows the below error.
ImportError: Using
bitsandbytes
8-bit quantization requires Accelerate:pip install accelerate
and the latest version of bitsandbytes:pip install -i https://pypi.org/simple/ bitsandbytes
Even though the packages are installed.
pip install bitsandbytes==0.42.0
pip install accelerate
The text was updated successfully, but these errors were encountered: