Skip to content

Commit c4f1133

Browse files
yashk2810Copybara-Service
authored andcommitted
fix copybara space gpu problem
PiperOrigin-RevId: 237123523
1 parent c317204 commit c4f1133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/r2/guide/distribute_strategy.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"source": [
102102
"# Import TensorFlow\n",
103103
"from __future__ import absolute_import, division, print_function\n",
104-
"!pip install tensorflow==2.0.0-alpha0 #gpu\n",
104+
"!pip install tensorflow-gpu==2.0.0-alpha0\n",
105105
"import tensorflow as tf"
106106
]
107107
},

0 commit comments

Comments
 (0)