Adding pip install bitsandbytes for Colab and Kaggle compatibility
#10
by
spkshumway
- opened
We mention this model in our Colab + Hugging Face integration blog ( https://medium.com/google-colab/launch-hugging-face-models-in-colab-for-faster-ai-exploration-bee261978cf9 ) but there's no bitsandbytes pre-installed in Colab (will add sometime next week) so this won't work for any Colab and Kaggle users unless they manually pip install bitsandbytes. In the mean time, adding the "!pip install -U bitsandbytes --no-deps" at the top of this notebook makes this work out of the box in both Kaggle and Colab.
teknium
changed pull request status to
merged