docs: align public surface with shipped interfaces - #346
Open
localai-org-maint-bot wants to merge 3 commits into
Open
docs: align public surface with shipped interfaces#346localai-org-maint-bot wants to merge 3 commits into
localai-org-maint-bot wants to merge 3 commits into
Conversation
FOLLOWING_AGENTS_PROTOCOL Following-Agents-Protocol: true AI-Assisted: true Assisted-by: Codex:gpt-5 [Codex]
FOLLOWING_AGENTS_PROTOCOL Following-Agents-Protocol: true AI-Assisted: true Assisted-by: Codex:gpt-5 [Codex]
FOLLOWING_AGENTS_PROTOCOL Following-Agents-Protocol: true AI-Assisted: true Assisted-by: Codex:gpt-5 [Codex]
Collaborator
|
This branch conflicts with git fetch origin main && git merge origin/mainThen, per conflicted file:
Anything under Sorry for the churn — removing a shared surface makes every in-flight branch pay once. After this merge your PR stops competing with other PRs for these files entirely, which is the point. |
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
vllm-serverbinaryunslothrevision890bdef7, while keeping NVIDIA ModelOpt 27B and current 35B gaps visibleCloses #342.
Source anchors
examples/CMakeLists.txt: targetserverhasOUTPUT_NAME vllm-serverinclude/vllm.h:VLLM_ABI_VERSION 17and the v11-v17 additionssrc/vllm/entrypoints/openai/api_server.cpp: conditional embeddings/transcription route registrationdocs/FEATURES.mdplusscripts/check-supported-models.py: 35 registered architectures and the gated distinctionsdocs/BENCHMARKS.md: passingunsloth@890bdef7grid vs speed-pending ModelOpt/current 35B gridsVerification
Passed on immutable head
e91fb3fa372bbf38c645252af7f57b83bd77b4da:python3 scripts/check-readme-structure.pypython3 scripts/check-public-doc-tables.pypython3 scripts/check-supported-models.pypython3 scripts/check-surface-coverage.pypython3 scripts/check-doc-checkpoint.py --base 5812b8b6 --head HEADgit diff 5812b8b6..HEAD --checkThe box has no CMake executable, so the CPU configure/build and
vllm-server --helpexecution from the spike could not run; no installation or download was attempted. The binary name is instead verified directly from CMake'sOUTPUT_NAMEand its registeredtest_server_helpcommand. Repository-wide readiness also retains two unchanged baseline failures: CMake-dependentcheck-test-registration, and unrelatedaudit-live-rowsdebt.