You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the current ipynb demo is failing when installing packages of requirements.txt on colab with Python 3.10 recently. It seems that tokenizers (==0.9.4) which is paired with transformers==4.2.1 is not compatible with Python 3.10 in Colab.
Since I found that changing python version in colab is not trivial, now I'm considering package version-ups so that people can use VL-T5 with recent transformers versions >= 4.31. This might also address tokenization issue #21 relevant to the recent versions of transformers.
I noticed that the current ipynb demo is failing when installing packages of
requirements.txt
on colab with Python 3.10 recently. It seems thattokenizers
(==0.9.4) which is paired withtransformers==4.2.1
is not compatible with Python 3.10 in Colab.Since I found that changing python version in colab is not trivial, now I'm considering package version-ups so that people can use VL-T5 with recent transformers versions >= 4.31. This might also address tokenization issue #21 relevant to the recent versions of transformers.
Current todos are:
The text was updated successfully, but these errors were encountered: