Skip to content

Commit cea5bc7

Browse files
Merge pull request #42 from hickeyma/fix/notebook-error
fix: Error in quantization notebook tutorial when retrieving image
2 parents 5e8d499 + 7d7023d commit cea5bc7

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)