Skip to content

Commit

Permalink
update saving directory
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Mar 18, 2024
1 parent d1ee29f commit eaf327c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/openvino/quantized_generation_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"outputs": [],
"source": [
"model_name = 'microsoft/phi-2'\n",
"save_name = './phi-2-woq4'\n",
"save_name = model_name.split(\"/\")[-1] + '_openvino'\n",
"precision = 'f32'\n",
"quantization_config = OVWeightQuantizationConfig(\n",
" bits=4,\n",
Expand Down Expand Up @@ -575,7 +575,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.9.18"
}
},
"nbformat": 4,
Expand Down

0 comments on commit eaf327c

Please sign in to comment.