Skip to content

Commit

Permalink
fix downloading file name for minicpm (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Sep 11, 2024
1 parent 3b7290b commit 4dc1f9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"\n",
"if not Path(\"minicpm_helper.py\").exists():\n",
" r = requests.get(url=\"https://raw.githubusercontent.com/openvinotoolkit/openvino_notebooks/latest/notebooks/minicpm-v-multimodal-chatbot/minicpm_helper.py\")\n",
" open(\"ov_phi3_vision.py\", \"w\").write(r.text)\n",
" open(\"minicpm_helper.py\", \"w\").write(r.text)\n",
"\n",
"\n",
"if not Path(\"gradio_helper.py\").exists():\n",
Expand Down

0 comments on commit 4dc1f9f

Please sign in to comment.