docs: clarify model checkpoint and serving choices - #3675
Merged
Conversation
Signed-off-by: zhifu gao <zhifu.gzf@alibaba-inc.com>
Signed-off-by: zhifu gao <zhifu.gzf@alibaba-inc.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.
Summary
Validation
Boundaries
Documentation and tests only: no new model/runtime support, acoustic quality, known-person identification, sustained-load or real-time guarantee. Historical community measurements are not relabeled as official model results. The new container initially lacked Chromium system libraries; the unchanged browser tests passed after installing the official dependencies, and the initial failure logs were retained.
Backup:
model-choice-precommit-20260908T182854Zon ind-gpu8. Signed commit with DCO; publication requires successful exact-head CI and fresh base/merge-tree verification.CI follow-up at 53fbe89
The initial vLLM contract job exposed a missing bs4 dependency introduced by placing renderer checks in its source-contract module. This was reproduced in a pytest-only environment (collection exit 2), then fixed by moving both language cases into the existing product-site build-fixture suite. No checks were removed or skipped; anchor uniqueness now covers the full rendered page. The pytest-only suite passes 18 tests, the combined suite passes 40 tests at the new signed head, and rebuilding still produces the same 248 files byte for byte. The earlier 196 product / 282 documentation counts above refer to the initial test placement; two rendering cases now belong to the product suite. Full exact-head CI remains the merge gate.