Skip to content

Commit

Permalink
fix imports (#1719)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Feb 16, 2024
1 parent fd4d894 commit e616d9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notebooks/254-llm-chatbot/254-rag-chatbot.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,11 @@
"metadata": {},
"outputs": [],
"source": [
"from converter import converters, register_configs\n",
"\n",
"register_configs()\n",
"\n",
"\n",
"def convert_to_fp16():\n",
" if (fp16_model_dir / \"openvino_model.xml\").exists():\n",
" return\n",
Expand Down

0 comments on commit e616d9c

Please sign in to comment.