Skip to content

Commit

Permalink
🐞 Fix broken 501 notebooks (openvinotoolkit#1630)
Browse files Browse the repository at this point in the history
Fixed 501
  • Loading branch information
adrianboguszewski committed Jan 17, 2024
1 parent 0709caa commit 2e09314
Show file tree
Hide file tree
Showing 2 changed files with 263 additions and 53 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"\n",
" inferencer = OpenVINOInferencer(\n",
" path=openvino_model_path, # Path to the OpenVINO IR model.\n",
" metadata_path=metadata_path, # Path to the metadata file.\n",
" metadata=metadata_path, # Path to the metadata file.\n",
" device=\"CPU\", # We would like to run it on an Intel CPU.\n",
" )\n",
"\n",
Expand Down

0 comments on commit 2e09314

Please sign in to comment.