docs/tests: remove stale vLLM references (llama.cpp is sole backend)#68
Merged
Conversation
vLLM is fully stale: no vllm service/image in docker-compose.yml, no entry in model-gateway/litellm_config.yaml, and overrides/vllm.yml does not exist. All references were dead docs + defensive test code guarded by COMPOSE_VLLM.exists() (always False). Removed so llama.cpp is the sole documented backend. - tests/test_compose_smoke.py: drop COMPOSE_VLLM, its -f block, and the always-skipped test_compose_vllm_override_config_valid - compose/compose.ps1: drop the vllm override help example - docs: remove the vLLM sections/rows/blocks (GETTING_STARTED, appendix-env-vars, architecture diagram, component-model-gateway, index, milestones, risks) pytest: 394 passed (skipped 3->2 for the removed skip-test; 2 pre-existing local-only failures unrelated). git grep vllm -> zero. CHANGELOG untouched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.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.
Follow-up to the Ollama cleanup (#65, #67). vLLM is fully stale — no vllm service/image in
docker-compose.yml, no entry inmodel-gateway/litellm_config.yaml, andoverrides/vllm.ymldoesn't exist. All references were dead docs + defensive test code guarded byCOMPOSE_VLLM.exists()(always False).Changes
tests/test_compose_smoke.py: removeCOMPOSE_VLLM, its conditional-fblock, and the always-skippedtest_compose_vllm_override_config_valid.compose/compose.ps1: drop the vLLM override help example.VLLM_URLrow, architecture diagram box, component-model-gateway "vLLM Compose Profile", index status row, milestones M4, risks row).Validation
pytest→ 394 passed (skipped 3→2 for the removed skip-test; the 2 failures are the known local-onlyhermes_socket/secrets_isolation).git grep -in vllm→ zero. Line endings preserved (no whole-file churn). CHANGELOG untouched.🤖 Generated with Claude Code