Skip to content

Commit

Permalink
Update demo_deploy_cliptextmodel.ipynb (#302)
Browse files Browse the repository at this point in the history
Fixing broken links

Signed-off-by: patrickbarnhart <[email protected]>
  • Loading branch information
patrickbarnhart authored Sep 27, 2023
1 parent 4e2a8c4 commit fcee3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/examples/demo_deploy_cliptextmodel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Demo Notebook for deploying CLIPTextModel to OpenSearch\n",
"\n",
"#### [Download notebook](placeholder_for_url)\n",
"#### [Download notebook](https://github.com/opensearch-project/opensearch-py-ml/blob/main/docs/source/examples/demo_deploy_cliptextmodel.ipynb)\n",
"\n",
"Related Docs:\n",
"* [OpenSearch ML Framework](https://opensearch.org/docs/latest/ml-commons-plugin/ml-framework/)\n",
Expand Down Expand Up @@ -143,7 +143,7 @@
"\n",
"The tokenizor for the model used in this example can be found [here](https://huggingface.co/openai/clip-vit-base-patch32/tree/main)\n",
"\n",
"Additionally, a config.json file with the following details must be passed with the .zip. More info on [model config](clip-vit-base-patch32) "
"Additionally, a config.json file with the following details must be passed with the .zip. More info on [model config](https://opensearch.org/docs/latest/ml-commons-plugin/api/#request-fields) "
]
},
{
Expand Down

0 comments on commit fcee3d0

Please sign in to comment.