docs(qwen3): remove stale docs and dead code#702
Conversation
8e6b24a to
8b0ad95
Compare
|
Status update: PR #702 remains ready for maintainer review. The current head |
Signed-off-by: Nyvo <75425811+Nyvo-io@users.noreply.github.com>
8b0ad95 to
e1f9fb5
Compare
|
Final update after rebasing PR #702 onto
Please review when convenient. |
xiaguan
left a comment
There was a problem hiding this comment.
This is not fully addressed yet: the refreshed roadmap still lists the real-adapter LoRA gate and cached-token propagation as open, although both already exist with regression coverage on this PR's base.
Signed-off-by: Nyvo <75425811+Nyvo-io@users.noreply.github.com>
|
Addressed the requested roadmap correction in
I reviewed the complete PR diff again after the correction and found no remaining issues. The worktree is clean, the branch is synchronized, and CI run |
Summary
probe_model/ModelInfopath and dead trace constantsdocs/lessons/, delete obsolete model records, and repair indexes/cross-referencesMaintainer Follow-up
Commit
2702ad6aligns the roadmap and documentation index with the regression coverage already present on this PR's base:openinfer-qwen3/tests/lora_golden_gate.rscovers a non-zero PEFT adapter against its golden reference for bs=1, mixed base/LoRA batches, and TP=2; it also rejects a silently inactive adapteropeninfer-qwen3/tests/cached_tokens_usage.rsandopeninfer-vllm-frontend/src/bridge/tests.rscoverTokenEvent::Scheduled.cached_tokenspropagation into frontend prefill and usage statistics, including first-output and terminal-output pathsVerification
The current head is
2702ad6; both commits are Nyvo-authored, Nyvo-committed, and DCO-signed.GitHub CI run
29891075821passes all 15 reported checks, including:sm_80)A full review of the complete PR diff against
origin/main, including the follow-up, found no qualifying regressions. Removed symbols and document paths have no remaining workspace references, active documentation links remain valid, andgit diff --checkpasses.Closes #248