Skip to content

Commit 5b241ef

Browse files
[notebook] Use stable tensorflow release rather than nightly version.
PiperOrigin-RevId: 522274389
1 parent da9cca7 commit 5b241ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tensorflow_model_optimization/g3doc/guide/quantization/training_comprehensive_guide.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@
115115
},
116116
"outputs": [],
117117
"source": [
118-
"! pip uninstall -y tensorflow\n",
119-
"! pip install -q tf-nightly\n",
118+
"! pip install -q tensorflow\n",
120119
"! pip install -q tensorflow-model-optimization\n",
121120
"\n",
122121
"import tensorflow as tf\n",

0 commit comments

Comments
 (0)