Skip to content

Commit 37fb6b2

Browse files
akolesnikovcopybara-github
authored andcommitted
Update TPU tutorial with the latest version of TF.
PiperOrigin-RevId: 495700905
1 parent eb347bb commit 37fb6b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/train_tpu_model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Get a Cloud TPU VM (`--accelerator-type=v2-8` specifies Cloud TPU v2):
137137
gcloud compute tpus tpu-vm create ${USER}-tpu-name \
138138
--zone=${ZONE} \
139139
--accelerator-type=v2-8 \
140-
--version=tpu-vm-tf-2.10.0 \
140+
--version=tpu-vm-tf-2.11.0 \
141141
--project ${PROJECT} \
142142
--data-disk source=projects/${PROJECT}/zones/${ZONE}/disks/${USER}-tpu-disk,mode=read-write
143143
```
@@ -166,7 +166,7 @@ git clone https://github.com/google/deepconsensus.git
166166

167167
```
168168
cd deepconsensus
169-
sed -i -e 's|python3 -m pip install --user "intel-tensorflow>=2.9.0"||' install.sh
169+
sed -i -e 's|python3 -m pip install --user "intel-tensorflow>=2.11.0"||' install.sh
170170
./install.sh
171171
```
172172

0 commit comments

Comments
 (0)