Skip to content

Instantly share code, notes, and snippets.

@keitazoumana
Created November 3, 2022 01:25
Show Gist options
  • Save keitazoumana/7c44e85b5efb463bada31210866b2106 to your computer and use it in GitHub Desktop.
Save keitazoumana/7c44e85b5efb463bada31210866b2106 to your computer and use it in GitHub Desktop.
%%bash
# Uncomment this if using for the first time. -qqq for ZERO-OUT
pip3 -qqq install transformers torch datasets
# The following two libraries avoid the UnidentifiedImageError
pip3 -qqq install gdcm
pip3 -qqq install pydicom
pip -qqq install faiss-gpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment