Closed kmeng01 closed 3 years ago
Seems like this is a problem with transformers that has been updated in a newer release: https://github.com/huggingface/transformers/issues/9668
@kmeng01 Getting the same error, how did you resolve the same ?
tokenizers v0.10.1
is a super old version, 3.4 is more tan 4 years old.
Just update whatever you are using!
Environment info
transformers
version: 3.4.0Who can help
@mfuntowicz @n1t0
Information
I am trying to install
transformers==3.4.0
on an PowerPC 9 system. It's an IBM compute rig for use by MIT.To reproduce
Steps to reproduce the behavior:
conda
environment with python 3.7pip install transformers==3.4.0
(the version that I need)Expected behavior
There shouldn't be any error messages.
Sidenote: before getting this, I had an error complaining that I didn't have rust installed, but I did so using the command given on the official website.