fasthugs
fasthugs copied to clipboard
What versions of dependencies?
I keep running into tons of errors around versioning. This code did not work with the latest versions of torch, fastai, and transformers. I downgraded to:
!pip install fastai==2.1.2
!pip install fastcore==1.3.1
!pip install torch==1.7.0
but it keeps breaking in several spots. Rather than go through each error, could you share what versions you are using of everything in your environment to get this to work?