Skip to content

Commit 7d7023d

Browse files
committed
Fix Error in notebook tutorial when load image
wget package is not installed and therefore erros out when used to get the image from the repository. Signed-off-by: Martin Hickey <[email protected]>
1 parent 5e8d499 commit 7d7023d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/quantization_tutorial.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
"metadata": {},
106106
"outputs": [],
107107
"source": [
108-
"! pip install fms-model-optimizer"
108+
"! pip install fms-model-optimizer\n",
109+
"! pip install wget"
109110
]
110111
},
111112
{

0 commit comments

Comments
 (0)