Skip to content

Instantly share code, notes, and snippets.

@dmccreary
Last active January 31, 2021 03:41
Show Gist options
  • Save dmccreary/f103aa3e6d26a3077ae063abb575521a to your computer and use it in GitHub Desktop.
Save dmccreary/f103aa3e6d26a3077ae063abb575521a to your computer and use it in GitHub Desktop.
notes on setting up huggingface transformers on a mac
conda create -n transformers python=3
conda activate transformers
conda install -c huggingface transformers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment