Skip to content

Commit 51ab6f8

Browse files
Added OV import to distil-whisper notebook (openvinotoolkit#2340)
Fix regression after openvinotoolkit#2321
1 parent fb655af commit 51ab6f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notebooks/distil-whisper-asr/distil-whisper-asr.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,6 +1112,7 @@
11121112
"import gc\n",
11131113
"import shutil\n",
11141114
"import nncf\n",
1115+
"import openvino as ov\n",
11151116
"\n",
11161117
"CALIBRATION_DATASET_SIZE = 50\n",
11171118
"quantized_model_path = Path(f\"{model_path}_quantized\")\n",

0 commit comments

Comments
 (0)