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,