diff --git a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_activation_threshold_search.ipynb b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_activation_threshold_search.ipynb index ae28d66f8..25d3850e0 100644 --- a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_activation_threshold_search.ipynb +++ b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_activation_threshold_search.ipynb @@ -74,8 +74,8 @@ }, "outputs": [], "source": [ - "TF_VER = '2.14'\n", - "!pip install -q tensorflow[and-cuda]~={TF_VER}" + "TF_VER = '2.14.0'\n", + "!pip install -q tensorflow~={TF_VER}" ] }, { diff --git a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_activation_z_score_threshold.ipynb b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_activation_z_score_threshold.ipynb index fd3cc7d47..562f4fce1 100644 --- a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_activation_z_score_threshold.ipynb +++ b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_activation_z_score_threshold.ipynb @@ -58,8 +58,8 @@ }, "outputs": [], "source": [ - "TF_VER = '2.14'\n", - "!pip install -q tensorflow[and-cuda]~={TF_VER}" + "TF_VER = '2.14.0'\n", + "!pip install -q tensorflow~={TF_VER}" ] }, { diff --git a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_mobilenet_gptq.ipynb b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_mobilenet_gptq.ipynb index eb1fc3aa6..5f8d19785 100644 --- a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_mobilenet_gptq.ipynb +++ b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_mobilenet_gptq.ipynb @@ -44,7 +44,7 @@ "source": [ "TF_VER = '2.14.0'\n", "\n", - "!pip install -q tensorflow[and-cuda]~={TF_VER}" + "!pip install -q tensorflow~={TF_VER}" ] }, { diff --git a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_mobilenet_mixed_precision.ipynb b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_mobilenet_mixed_precision.ipynb index dff46ce45..df9c90c86 100644 --- a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_mobilenet_mixed_precision.ipynb +++ b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_mobilenet_mixed_precision.ipynb @@ -39,8 +39,8 @@ }, "outputs": [], "source": [ - "TF_VER = '2.14'\n", - "!pip install -q tensorflow[and-cuda]~={TF_VER}" + "TF_VER = '2.14.0'\n", + "!pip install -q tensorflow~={TF_VER}" ] }, { diff --git a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_network_editor.ipynb b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_network_editor.ipynb index 28e880cab..14780ffb6 100644 --- a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_network_editor.ipynb +++ b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_network_editor.ipynb @@ -47,8 +47,8 @@ }, "outputs": [], "source": [ - "TF_VER = '2.14'\n", - "!pip install -q tensorflow[and-cuda]~={TF_VER}" + "TF_VER = '2.14.0'\n", + "!pip install -q tensorflow~={TF_VER}" ] }, { diff --git a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_post-training_quantization.ipynb b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_post-training_quantization.ipynb index 6ebf07f72..2d1464025 100644 --- a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_post-training_quantization.ipynb +++ b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_post-training_quantization.ipynb @@ -31,8 +31,8 @@ "execution_count": null, "outputs": [], "source": [ - "TF_VER = '2.14'\n", - "!pip install -q tensorflow[and-cuda]~={TF_VER}" + "TF_VER = '2.14.0'\n", + "!pip install -q tensorflow~={TF_VER}" ], "metadata": { "collapsed": false diff --git a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_pruning_mnist.ipynb b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_pruning_mnist.ipynb index 8ed23bc1a..2f2bf0793 100644 --- a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_pruning_mnist.ipynb +++ b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_pruning_mnist.ipynb @@ -44,7 +44,7 @@ "cell_type": "code", "source": [ "TF_VER = '2.14.0'\n", - "!pip install -q tensorflow[and-cuda]~={TF_VER}" + "!pip install -q tensorflow~={TF_VER}" ], "metadata": { "id": "xTvVA__4NItc" diff --git a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_qat.ipynb b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_qat.ipynb index 435976096..df20b9b51 100644 --- a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_qat.ipynb +++ b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_qat.ipynb @@ -33,7 +33,7 @@ "outputs": [], "source": [ "TF_VER = '2.14.0'\n", - "!pip install -q tensorflow[and-cuda]~={TF_VER}" + "!pip install -q tensorflow~={TF_VER}" ] }, { diff --git a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_xquant.ipynb b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_xquant.ipynb index 229b3bce6..3fc9888ac 100644 --- a/tutorials/notebooks/mct_features_notebooks/keras/example_keras_xquant.ipynb +++ b/tutorials/notebooks/mct_features_notebooks/keras/example_keras_xquant.ipynb @@ -41,7 +41,7 @@ "source": [ "TF_VER = '2.14.0'\n", "\n", - "!pip install -q tensorflow[and-cuda]~={TF_VER}" + "!pip install -q tensorflow~={TF_VER}" ], "metadata": { "id": "kCLHJUhTlPDi"