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 |
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.
|
Final update after rebasing PR #702 onto
Please re-review when convenient. |
Signed-off-by: Nyvo <75425811+Nyvo-io@users.noreply.github.com>
Signed-off-by: Nyvo <75425811+Nyvo-io@users.noreply.github.com>
2702ad6 to
656da43
Compare
|
This pull request has been inactive for 14 days. It will be closed after another 30 days unless there is new activity. |
Summary
ModelInfotype left inopeninfer-engineafter the Qwen3 model-probe path was retireddocs/lessons/, delete obsolete model records, and repair indexes/cross-referencesMaintainer Follow-up
Commit
656da43addresses the requested roadmap correction against the current base:openinfer-qwen3/tests/lora_golden_gate.rscovers a non-zero PEFT adapter for bs=1, mixed base/LoRA batches, TP=2 sharding, and a silently inactive adapter guardopeninfer-qwen3/tests/cached_tokens_usage.rsandopeninfer-vllm-frontend/src/bridge/tests.rscoverTokenEvent::Scheduled.cached_tokenspropagation through first-output and terminal-output frontend pathsThe rebase also accounts for changes that landed independently on
main:probe_modelpath and dead trace constants, so this PR no longer duplicates those removals; the current diff removes only the residual unusedModelInfoopeninfer-qwen35; the conflict resolution keeps the new path while preserving the allocator-specific KV distinctionP + N - 1positions, but kvbm can provision a dangling decode block, so a multi-token request reservesceil((P + N) / block_size)at peak; Qwen3.5 retains its allocator-derivedP + N - 1formulakernel_planand the retiredopeninfer-coresampling path were replaced with the current DAG, manifest/report, andopeninfer-kernelssurfacesVerification
94975a1(origin/main, including refactor(qwen35): use size-neutral crate and feature names #747)656da4330002273553and attribution run30002272111: all 15 reported checks pass, including Rust formatting, DCO, attribution, locked Cargo metadata, CPU Clippy/tests, simulated frontend E2E, Qwen3 CUDA compile, and Qwen3 CUDA Clippy (sm_80)git diff --checkpasses and the worktree is cleanCloses #248