Skip to content

Commit 5bdd54a

Browse files
Uncomment skip not quantize (#2794)
1 parent c80e6c3 commit 5bdd54a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

notebooks/ltx-video/ltx-video.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1626,7 +1626,7 @@
16261626
},
16271627
{
16281628
"cell_type": "code",
1629-
"execution_count": 18,
1629+
"execution_count": null,
16301630
"id": "c8466662-011b-403f-93a4-cf7897267f49",
16311631
"metadata": {},
16321632
"outputs": [
@@ -1641,7 +1641,7 @@
16411641
}
16421642
],
16431643
"source": [
1644-
"# %%skip not $to_quantize.value\n",
1644+
"%%skip not $to_quantize.value\n",
16451645
"\n",
16461646
"\n",
16471647
"from pathlib import Path\n",

notebooks/yolov11-optimization/yolov11-instance-segmentation.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
},
560560
{
561561
"cell_type": "code",
562-
"execution_count": 13,
562+
"execution_count": null,
563563
"id": "fd994958-6988-4a1d-ac7f-3efbd97135cc",
564564
"metadata": {},
565565
"outputs": [
@@ -572,7 +572,7 @@
572572
}
573573
],
574574
"source": [
575-
"# %%skip not $to_quantize.value\n",
575+
"%%skip not $to_quantize.value\n",
576576
"\n",
577577
"\n",
578578
"import nncf\n",

0 commit comments

Comments
 (0)