From 9c4b6d9df820669638edecb0e0f147c683c812e5 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 12 Dec 2019 14:56:26 -0800 Subject: [PATCH] Remove obsolete pip install; latest 1.x is all we need here PiperOrigin-RevId: 285277629 Change-Id: Ie50b1cef9a1a37cf319052ac611a56c79282f344 --- .../performance/post_training_integer_quant.ipynb | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tensorflow/lite/g3doc/performance/post_training_integer_quant.ipynb b/tensorflow/lite/g3doc/performance/post_training_integer_quant.ipynb index 943c9522920..a684d24a479 100644 --- a/tensorflow/lite/g3doc/performance/post_training_integer_quant.ipynb +++ b/tensorflow/lite/g3doc/performance/post_training_integer_quant.ipynb @@ -108,20 +108,6 @@ "### Setup" ] }, - { - "cell_type": "code", - "execution_count": 0, - "metadata": { - "colab": {}, - "colab_type": "code", - "id": "gyqAw1M9lyab" - }, - "outputs": [], - "source": [ - "! pip uninstall -y tensorflow\n", - "! pip install -U tf-nightly" - ] - }, { "cell_type": "code", "execution_count": 0,