Commit 294579ca authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Fix minor typos.

PiperOrigin-RevId: 291974373
parent d4ef56b1
...@@ -92,14 +92,14 @@ Install `tf-nightly` to get latest updates: ...@@ -92,14 +92,14 @@ Install `tf-nightly` to get latest updates:
pip install tf-nightly-gpu pip install tf-nightly-gpu
``` ```
With TPU, GPU support is not necessary. First, you need to create a `tf-nigthly` With TPU, GPU support is not necessary. First, you need to create a `tf-nightly`
TPU with [cptu tool](https://github.com/tensorflow/tpu/tree/master/tools/ctpu): TPU with [ctpu tool](https://github.com/tensorflow/tpu/tree/master/tools/ctpu):
```shell ```shell
ctpu up -name <instance name> --tf-version=”nightly” ctpu up -name <instance name> --tf-version=”nightly”
``` ```
Second, you need to install TF 2 `tf-night` on your VM: Second, you need to install TF 2 `tf-nightly` on your VM:
```shell ```shell
pip install tf-nightly pip install tf-nightly
......
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