Skip to content

Commit

Permalink
Pin protobuf version to prevent failure. See #1115 for more info.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 520129712
  • Loading branch information
broken authored and tf-text-github-robot committed Mar 28, 2023
1 parent fc94a59 commit 09138ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/transformer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@
"# masking support for `tf.keras.layers.MultiHeadAttention`.\n",
"!apt install --allow-change-held-packages libcudnn8=8.1.0.77-1+cuda11.2\n",
"!pip uninstall -y -q tensorflow keras tensorflow-estimator tensorflow-text\n",
"!pip install protobuf~=3.20.3\n",
"!pip install -q tensorflow_datasets\n",
"!pip install -q -U tensorflow-text tensorflow"
]
Expand Down

0 comments on commit 09138ff

Please sign in to comment.