Open r-matsuzaka opened 1 year ago
The reason is the failure of CI https://github.com/tensorflow/text/commit/978fd9f2ecc334f939946090236f2870ebfe991e
I could run the notebook with the previous versions.
@r-matsuzaka : have you found any workaround? I encountered the same issue: https://github.com/tensorflow/text/issues/1213
@fbernaly here it is: https://github.com/tensorflow/text/issues/1213#issuecomment-1717023160
Thanks @MrDBC, what you suggested works:
Run:
!pip install -U "tf-models-official==2.13.*" --no-deps
Hi, I am now tring to run the Classify text with BERT tutorial in Colab. But I got the following error when I run the cell.
In the previous cell, when I run
!pip install -q tf-models-official==2.11.0
I got the following error.I could install
offcial
by!pip install -q tf-models-official
. But in the next cell I got the other error... Could you tell me the correct instruction to isntall the dependency?