Commit d6dc57ad authored by Hongkun Yu's avatar Hongkun Yu Committed by A. Unique TensorFlower
Browse files

Minor fixes in official/README.md

PiperOrigin-RevId: 467759944
parent 14fd3832
...@@ -119,11 +119,11 @@ pip3 install tensorflow-text-nightly # when model uses `nlp` packages ...@@ -119,11 +119,11 @@ pip3 install tensorflow-text-nightly # when model uses `nlp` packages
repository version numbers match with the target TensorFlow release. For repository version numbers match with the target TensorFlow release. For
example, [TensorFlow-models v2.8.x](https://github.com/tensorflow/models/releases/tag/v2.8.0) example, [TensorFlow-models v2.8.x](https://github.com/tensorflow/models/releases/tag/v2.8.0)
is compatible with [TensorFlow v2.8.x](https://github.com/tensorflow/tensorflow/releases/tag/v2.8.0). is compatible with [TensorFlow v2.8.x](https://github.com/tensorflow/tensorflow/releases/tag/v2.8.0).
This is equivalent to the following. This is equivalent to the following:
```shell ```shell
pip3 install tf-models-official==2.5.0 pip3 install tf-models-official==2.8.0
pip3 install tensorflow-text==2.5.0 # when model uses `nlp` packages pip3 install tensorflow-text==2.8.0 # when models in uses `nlp` packages
``` ```
Starting from 2.9.x release, we release the modeling library as Starting from 2.9.x release, we release the modeling library as
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment