-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: update jcloud docs #754
Conversation
This is on hold until the README in hub is done |
Codecov Report
@@ Coverage Diff @@
## main #754 +/- ##
=======================================
Coverage 81.78% 81.78%
=======================================
Files 17 17
Lines 1208 1208
=======================================
Hits 988 988
Misses 220 220
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
docs/user-guides/server.md
Outdated
[//]: # (A minimum YAML file `flow.yml` is as follows:) | ||
You need a YAML file to config the `clip_server` executor in the [Flow](https://docs.jina.ai/fundamentals/flow/) in order to deploy. | ||
The executor is hosted on [Jina Hub](https://hub.jina.ai) and is sync with `clip_server` Python module. | ||
We currently support [PyTorch-backed CLIP](https://hub.jina.ai/executor/gzpbl8jh). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To serve the CLIP model with Pytorch runtime, you can use CLIPTorchEncoder
in your flow.
07daf74
to
8c4c8ad
Compare
```bash | ||
$ jc deploy onnx-flow.yml | ||
``` | ||
```` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also explain the executor share the same parameters as in clip_server, and add the link to user-guides/server/#clip-model-config
6f2b9fa
to
1cac476
Compare
📝 Docs are deployed on https://ft-update-jcloud-docs--jina-docs.netlify.app 🎉 |
No description provided.