vllm/docs
Kyle Sayers 3f9b7ab9f5
[Doc] Update examples to remove SparseAutoModelForCausalLM (#12062)
Signed-off-by: Kyle Sayers <kylesayrs@gmail.com>
2025-01-15 06:36:01 +00:00
..
source [Doc] Update examples to remove SparseAutoModelForCausalLM (#12062) 2025-01-15 06:36:01 +00:00
Makefile [Doc] Group examples into categories (#11782) 2025-01-08 09:20:12 +08:00
README.md [CI/Build] Add markdown linter (#11857) 2025-01-12 00:17:13 -08:00
make.bat Add initial sphinx docs (#120) 2023-05-22 17:02:44 -07:00
requirements-docs.txt [Doc] [1/N] Initial guide for merged multi-modal processor (#11925) 2025-01-10 14:30:25 +00:00

README.md

vLLM documents

Build the docs

# Install dependencies.
pip install -r requirements-docs.txt

# Build the docs.
make clean
make html

Open the docs with your browser

python -m http.server -d build/html/

Launch your browser and open localhost:8000.