Skip to content

Commit dd317aa

Browse files
authored
add device widget to notebooks part2 (#1741)
1 parent 6ed9e7b commit dd317aa

File tree

8 files changed

+1299
-1658
lines changed

8 files changed

+1299
-1658
lines changed

notebooks/110-ct-segmentation-quantize/110-ct-segmentation-quantize-nncf.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,8 +838,6 @@
838838
}
839839
],
840840
"source": [
841-
"core = ov.Core()\n",
842-
"\n",
843841
"core = ov.Core()\n",
844842
"# By default, benchmark on MULTI:CPU,GPU if a GPU is available, otherwise on CPU.\n",
845843
"device_list = [\"MULTI:CPU,GPU\" if \"GPU\" in core.available_devices else \"AUTO\"]\n",

0 commit comments

Comments
 (0)