Skip to content

Commit

Permalink
Update IPEX_Getting_Started.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmytwei authored Oct 7, 2024
1 parent 140f098 commit f9e2b3c
Showing 1 changed file with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit f9e2b3c

Please sign in to comment.