Replies: 2 comments
-
THANK YOU! Also need to update the requirements for tokenizers==0.11.1 |
Beta Was this translation helpful? Give feedback.
0 replies
-
THANK YOU!!! Works perfectly! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I spent 4 hours trying to get this to run on windows with a new anaconda and found finally got it to work with the following additions/substitutions.
python 3.8 (3.9 gave errors).
conda install -c cctbx202208 numpy
conda install -c main llvm
pip install pydantic==1.9.1
Beta Was this translation helpful? Give feedback.
All reactions