Skip to content

Commit 0aecdfb

Browse files
Update ResNet50_Inference.ipynb ONEAPI_ROOT to ONEAPI_INSTALL (#2014)
1 parent 90d5360 commit 0aecdfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_PyTorch_GettingStarted/ResNet50_Inference.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"source": [
117117
"%%writefile run.sh\n",
118118
"#!/bin/bash\n",
119-
"source $ONEAPI_ROOT/setvars.sh --force > /dev/null 2>&1\n",
119+
"source $ONEAPI_INSTALL/setvars.sh --force > /dev/null 2>&1\n",
120120
"source activate pytorch\n",
121121
"echo \"########## Executing the run\"\n",
122122
"DNNL_VERBOSE=1 python resnet50_general_inference_script.py > infer_rn50_cpu.csv\n",
@@ -182,7 +182,7 @@
182182
"source": [
183183
"%%writefile run.sh\n",
184184
"#!/bin/bash\n",
185-
"source $ONEAPI_ROOT/setvars.sh --force > /dev/null 2>&1\n",
185+
"source $ONEAPI_INSTALL/setvars.sh --force > /dev/null 2>&1\n",
186186
"source activate pytorch-gpu\n",
187187
"echo \"########## Executing the run\"\n",
188188
"DNNL_VERBOSE=1 python resnet50_general_inference_script_gpu.py > infer_rn50_gpu.csv\n",

0 commit comments

Comments
 (0)