Conversation
- Remove runtime spec (auto-selected by operator) - Add PD mode auto-detection (model names ending with "-pd") - PD mode: requires engine, decoder, and router - Non-PD mode: requires engine, optional router (no decoder) - Support both flat (minReplicas) and nested (engine.minReplicas) config
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
- Remove 10 -pd model entries from values.yaml (they're not separate models) - Remove 10 -pd entries from model registry in _helpers.tpl - Add pdMode field: when true, InferenceService includes decoder and router - Update InferenceService to use explicit pdMode flag (not model name suffix) - Update README with pdMode documentation and supported PD models list - Update model count from 176 to 165 PD mode supported models: kimi-k2-instruct, deepseek-rdma, llama-3-1-70b-instruct, llama-3-2-1b-instruct, llama-3-2-3b-instruct, llama-3-3-70b-instruct, llama-4-maverick-17b-128e-instruct-fp8, llama-4-scout-17b-16e-instruct, mistral-7b-instruct, mixtral-8x7b-instruct
truddy0
pushed a commit
that referenced
this pull request
Dec 16, 2025
* [chart] Update InferenceService template for PD mode support - Remove runtime spec (auto-selected by operator) - Add PD mode auto-detection (model names ending with "-pd") - PD mode: requires engine, decoder, and router - Non-PD mode: requires engine, optional router (no decoder) - Support both flat (minReplicas) and nested (engine.minReplicas) config * [chart] Replace -pd model entries with pdMode configuration option - Remove 10 -pd model entries from values.yaml (they're not separate models) - Remove 10 -pd entries from model registry in _helpers.tpl - Add pdMode field: when true, InferenceService includes decoder and router - Update InferenceService to use explicit pdMode flag (not model name suffix) - Update README with pdMode documentation and supported PD models list - Update model count from 176 to 165 PD mode supported models: kimi-k2-instruct, deepseek-rdma, llama-3-1-70b-instruct, llama-3-2-1b-instruct, llama-3-2-3b-instruct, llama-3-3-70b-instruct, llama-4-maverick-17b-128e-instruct-fp8, llama-4-scout-17b-16e-instruct, mistral-7b-instruct, mixtral-8x7b-instruct
slin1237
added a commit
that referenced
this pull request
Dec 22, 2025
* [chart] Update InferenceService template for PD mode support - Remove runtime spec (auto-selected by operator) - Add PD mode auto-detection (model names ending with "-pd") - PD mode: requires engine, decoder, and router - Non-PD mode: requires engine, optional router (no decoder) - Support both flat (minReplicas) and nested (engine.minReplicas) config * [chart] Replace -pd model entries with pdMode configuration option - Remove 10 -pd model entries from values.yaml (they're not separate models) - Remove 10 -pd entries from model registry in _helpers.tpl - Add pdMode field: when true, InferenceService includes decoder and router - Update InferenceService to use explicit pdMode flag (not model name suffix) - Update README with pdMode documentation and supported PD models list - Update model count from 176 to 165 PD mode supported models: kimi-k2-instruct, deepseek-rdma, llama-3-1-70b-instruct, llama-3-2-1b-instruct, llama-3-2-3b-instruct, llama-3-3-70b-instruct, llama-4-maverick-17b-128e-instruct-fp8, llama-4-scout-17b-16e-instruct, mistral-7b-instruct, mixtral-8x7b-instruct
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.
Checklist
make testpasses locally