mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-18 18:55:28 -04:00
04a97adbb3
- Moved "Extra args" out from above the vLLM advanced checks (Reasoning Parser, Speculative, MoE Env) to AFTER them, so it reads as "after the advanced toggles, anything else". - Added a collapsed "Manual install (vLLM)" details block to the Dependencies tab description with three copy-paste recipes: uv venv + uv pip (recommended), plain pip, and docker pull vllm/vllm-openai:latest. Useful when the in-app Install button can't run (offline target, custom torch backend, etc).