-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Add OpenVINO Model Server to "More Providers" documentation tab #5292
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
Conversation
✅ Deploy Preview for continuedev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
docs/docusaurus.config.js
Outdated
@@ -436,6 +436,11 @@ const config = { | |||
to: "/customize/model-providers/more/openrouter", | |||
from: "/reference/Model Providers/openrouter", | |||
}, | |||
, |
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.
I don't believe we need this since there are no pre-existing docs for OpenVINO
Hi @dkalinowski , apologies for the delay in reviewing this! Can you verify if you're able to build the docs site locally? I believe there's an issue with the build in CI, once that's resolved we can get this merged 👍 |
Thank you @dkalinowski! |
Hi @dkalinowski, yesterday we shared some updates with our contributors about how we're aiming to improve the contribution process. Part of this included the addition of a Contributor License Agreement (CLA) to protect both contributors and the project. We're reaching out to ask that previous contributors sign it. Could you please take a moment to sign, or if you have any questions send me a message? (either here or [email protected] would work) To do so, you just need to post a comment below with the following text:
❤️ Thank you for the work you've done on Continue, and let me know if you have any suggestions on how we can make the project even better! |
I have read the CLA Document and I hereby sign the CLA 1 out of 2 committers have signed the CLA. |
Description
Adding OpenVINO Model Server to the list of text generation backends. It is model serving for models optimized with OpenVINO for Intel's CPU, GPU, iGPU and NPU.
Checklist
Screenshots
None, its documentation change
Testing instructions
Please check documentation