From f9e2b3cbd9ccabafa04c25f7bba32ca383ef6202 Mon Sep 17 00:00:00 2001 From: Jimmy Wei Date: Mon, 7 Oct 2024 14:09:14 -0700 Subject: [PATCH] Update IPEX_Getting_Started.ipynb --- .../IPEX_Getting_Started.ipynb | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/examples/cpu/inference/python/jupyter-notebooks/IPEX_Getting_Started.ipynb b/examples/cpu/inference/python/jupyter-notebooks/IPEX_Getting_Started.ipynb index 10c934360..8c6c00860 100644 --- a/examples/cpu/inference/python/jupyter-notebooks/IPEX_Getting_Started.ipynb +++ b/examples/cpu/inference/python/jupyter-notebooks/IPEX_Getting_Started.ipynb @@ -70,24 +70,7 @@ "metadata": {}, "outputs": [], "source": [ - "!wget https://raw.githubusercontent.com/intel/intel-extension-for-pytorch/master/examples/cpu/inference/python/resnet50_general_inference_script.py" - ] - }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Check PyTorch and IntelĀ® Extension for PyTorch (IPEX) verson in current ipython kernel" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "run ../../version_check.py" + "!wget https://raw.githubusercontent.com/intel/intel-extension-for-pytorch/main/examples/cpu/inference/python/python-scripts/resnet50_general_inference_script.py" ] }, {