Skip to content

docs/tests: remove stale vLLM references (llama.cpp is sole backend)#68

Merged
AlienWalker1995 merged 1 commit into
mainfrom
chore/remove-vllm-refs
Jul 1, 2026
Merged

docs/tests: remove stale vLLM references (llama.cpp is sole backend)#68
AlienWalker1995 merged 1 commit into
mainfrom
chore/remove-vllm-refs

Conversation

@AlienWalker1995

Copy link
Copy Markdown
Owner

Follow-up to the Ollama cleanup (#65, #67). vLLM is fully stale — no vllm service/image in docker-compose.yml, no entry in model-gateway/litellm_config.yaml, and overrides/vllm.yml doesn't exist. All references were dead docs + defensive test code guarded by COMPOSE_VLLM.exists() (always False).

Changes

  • tests/test_compose_smoke.py: remove COMPOSE_VLLM, its conditional -f block, and the always-skipped test_compose_vllm_override_config_valid.
  • compose / compose.ps1: drop the vLLM override help example.
  • Docs: remove vLLM sections/rows/blocks (GETTING_STARTED "Optional: vLLM", appendix-env-vars VLLM_URL row, 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-only hermes_socket/secrets_isolation).
  • git grep -in vllm → zero. Line endings preserved (no whole-file churn). CHANGELOG untouched.

🤖 Generated with Claude Code

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>
@AlienWalker1995 AlienWalker1995 merged commit 515f6b7 into main Jul 1, 2026
5 checks passed
@AlienWalker1995 AlienWalker1995 deleted the chore/remove-vllm-refs branch July 1, 2026 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant