fasthugs icon indicating copy to clipboard operation
fasthugs copied to clipboard

What versions of dependencies?

Open connormeaton opened this issue 3 years ago • 0 comments

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?

connormeaton avatar Aug 31 '21 16:08 connormeaton