Skip to content

Instantly share code, notes, and snippets.

@il-katta
Last active July 23, 2023 17:35
Show Gist options
  • Save il-katta/cc00cd70a8a03ba8071a28ba5719c086 to your computer and use it in GitHub Desktop.
Save il-katta/cc00cd70a8a03ba8071a28ba5719c086 to your computer and use it in GitHub Desktop.
install bitsandbytes on Archlinux
git clone https://github.com/timdettmers/bitsandbytes.git
cd bitsandbytes
export LD_LIBRARY_PATH=/opt/cuda/lib/
CUDA_VERSION=122 make cuda12x CUDA_HOME=/opt/cuda/
pip install .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment