diff --git a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_ModelZoo_Inference_with_FP32_Int8/README.md b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_ModelZoo_Inference_with_FP32_Int8/README.md index 8d6364000f..3a6d2d1890 100755 --- a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_ModelZoo_Inference_with_FP32_Int8/README.md +++ b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_ModelZoo_Inference_with_FP32_Int8/README.md @@ -86,7 +86,7 @@ Navigate to the IntelĀ® AI Reference models source directory. By default, it is #### Install Jupyter Notebook ``` -conda install jupyter nb_conda_kernels +conda install -c conda-forge jupyter nb_conda_kernels ``` #### Open Jupyter Notebook diff --git a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Transformer_AMX_bfloat16_MixedPrecision/sample.json b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Transformer_AMX_bfloat16_MixedPrecision/sample.json index a727fa1b04..a58496eae8 100644 --- a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Transformer_AMX_bfloat16_MixedPrecision/sample.json +++ b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_Transformer_AMX_bfloat16_MixedPrecision/sample.json @@ -16,7 +16,7 @@ "steps": [ "source /root/intel/oneapi/intelpython/bin/activate", "conda activate tensorflow", - "conda install -y jupyter", + "conda install -c conda-forge -y jupyter", "jupyter nbconvert --execute --to notebook IntelTensorFlow_Transformer_AMX_bfloat16_MixedPrecision.ipynb" ] } diff --git a/AI-and-Analytics/Getting-Started-Samples/INC-Sample-for-Tensorflow/sample.json b/AI-and-Analytics/Getting-Started-Samples/INC-Sample-for-Tensorflow/sample.json index eb4881ae90..ff2b737ae7 100644 --- a/AI-and-Analytics/Getting-Started-Samples/INC-Sample-for-Tensorflow/sample.json +++ b/AI-and-Analytics/Getting-Started-Samples/INC-Sample-for-Tensorflow/sample.json @@ -13,8 +13,8 @@ { "env": ["source /opt/intel/oneapi/setvars.sh --force", "conda activate tensorflow", - "conda install -n tensorflow python-flatbuffers -y", - "conda install -n tensorflow -c intel neural-compressor -y", + "conda install -n tensorflow -c conda-forge python-flatbuffers -y", + "conda install -n tensorflow -c https://software.repos.intel.com/python/conda/ -c conda-forge neural-compressor -y", "conda install -n tensorflow -y", "pip install jupyter ipykernel", "python -m ipykernel install --user --name=tensorflow"