Last active
January 31, 2021 03:41
-
-
Save dmccreary/f103aa3e6d26a3077ae063abb575521a to your computer and use it in GitHub Desktop.
notes on setting up huggingface transformers on a mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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