[go: nahoru, domu]

Skip to content

Commit

Permalink
Update TPU tutorial with the latest version of TF.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 495700905
  • Loading branch information
akolesnikov authored and Copybara-Service committed Dec 15, 2022
1 parent eb347bb commit 37fb6b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/train_tpu_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Get a Cloud TPU VM (`--accelerator-type=v2-8` specifies Cloud TPU v2):
gcloud compute tpus tpu-vm create ${USER}-tpu-name \
--zone=${ZONE} \
--accelerator-type=v2-8 \
--version=tpu-vm-tf-2.10.0 \
--version=tpu-vm-tf-2.11.0 \
--project ${PROJECT} \
--data-disk source=projects/${PROJECT}/zones/${ZONE}/disks/${USER}-tpu-disk,mode=read-write
```
Expand Down Expand Up @@ -166,7 +166,7 @@ git clone https://github.com/google/deepconsensus.git

```
cd deepconsensus
sed -i -e 's|python3 -m pip install --user "intel-tensorflow>=2.9.0"||' install.sh
sed -i -e 's|python3 -m pip install --user "intel-tensorflow>=2.11.0"||' install.sh
./install.sh
```

Expand Down

0 comments on commit 37fb6b2

Please sign in to comment.