We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb347bb commit 37fb6b2Copy full SHA for 37fb6b2
1 file changed
docs/train_tpu_model.md
@@ -137,7 +137,7 @@ Get a Cloud TPU VM (`--accelerator-type=v2-8` specifies Cloud TPU v2):
137
gcloud compute tpus tpu-vm create ${USER}-tpu-name \
138
--zone=${ZONE} \
139
--accelerator-type=v2-8 \
140
---version=tpu-vm-tf-2.10.0 \
+--version=tpu-vm-tf-2.11.0 \
141
--project ${PROJECT} \
142
--data-disk source=projects/${PROJECT}/zones/${ZONE}/disks/${USER}-tpu-disk,mode=read-write
143
```
@@ -166,7 +166,7 @@ git clone https://github.com/google/deepconsensus.git
166
167
168
cd deepconsensus
169
-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
170
./install.sh
171
172
0 commit comments