Skip to content

Commit

Permalink
missing model parameter (#2633)
Browse files Browse the repository at this point in the history
A quick patch to the missing model parameter. This bug got triggered
usually only after the second run.
  • Loading branch information
raymondlo84 authored Jan 8, 2025
1 parent 5b851c9 commit d423fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@
"%%skip not $to_quantize.value\n",
"\n",
"if quantized_pose_model is None:\n",
" quantized_pose_model = core.read_model()\n",
" quantized_pose_model = core.read_model(int8_model_pose_path)\n",
"\n",
"ov_config = {}\n",
"if device.value != \"CPU\":\n",
Expand Down

0 comments on commit d423fcd

Please sign in to comment.