docs: add ModelScope storage provider documentation#640
Open
xrwang8 wants to merge 4 commits intokserve:mainfrom
Open
docs: add ModelScope storage provider documentation#640xrwang8 wants to merge 4 commits intokserve:mainfrom
xrwang8 wants to merge 4 commits intokserve:mainfrom
Conversation
Signed-off-by: xrwang8 <xrwang8@gmail.com>
✅ Deploy Preview for elastic-nobel-0aef7a ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
7 tasks
There was a problem hiding this comment.
Pull request overview
Adds end-user documentation for the new ModelScope (ms://) storage provider in the KServe docs site, and wires it into the storage docs navigation so users can discover and use the feature.
Changes:
- Add a new provider doc page for ModelScope with public/private model usage instructions and example manifests.
- Link ModelScope from the storage overview providers list.
- Add ModelScope to the Docusaurus sidebar under “Supported Providers”.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| sidebars.ts | Adds the ModelScope provider doc to the “Supported Providers” navigation list. |
| docs/model-serving/storage/providers/ms.md | New documentation page describing how to use ms:// URIs and authenticate with MS_TOKEN. |
| docs/model-serving/storage/overview.md | Adds ModelScope to the storage providers overview list. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: xrwang8 <68765051+xrwang8@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: xrwang8 <68765051+xrwang8@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: xrwang8 <68765051+xrwang8@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs: add ModelScope storage provider documentation
This PR adds documentation for the ModelScope storage provider
feature introduced in kserve/kserve#5330.
ModelScope (https://www.modelscope.cn) is one of the largest model
hubs in China, hosting popular models such as Qwen, DeepSeek, and
many others. Users can now use
ms://URIs in theirInferenceServices to download models directly from ModelScope.
Proposed Changes
docs/model-serving/storage/providers/ms.mdwith completeModelScope storage documentation
docs/model-serving/storage/overview.mdto includeModelScope in the storage providers list
sidebars.tsto add ModelScope to the navigation menuFixes kserve/kserve#5330 (documentation requirement)