Skip to content

Commit eaf327c

Browse files
committed
update saving directory
1 parent d1ee29f commit eaf327c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/openvino/quantized_generation_demo.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"outputs": [],
7777
"source": [
7878
"model_name = 'microsoft/phi-2'\n",
79-
"save_name = './phi-2-woq4'\n",
79+
"save_name = model_name.split(\"/\")[-1] + '_openvino'\n",
8080
"precision = 'f32'\n",
8181
"quantization_config = OVWeightQuantizationConfig(\n",
8282
" bits=4,\n",
@@ -575,7 +575,7 @@
575575
"name": "python",
576576
"nbconvert_exporter": "python",
577577
"pygments_lexer": "ipython3",
578-
"version": "3.10.13"
578+
"version": "3.9.18"
579579
}
580580
},
581581
"nbformat": 4,

0 commit comments

Comments
 (0)