vllm/docs
Cyrus Leung 365801fedd
[VLM] Add max-count checking in data parser for single image models (#11661)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
Signed-off-by: Roger Wang <ywang@roblox.com>
Co-authored-by: Roger Wang <ywang@roblox.com>
2024-12-31 22:15:21 -08:00
..
source [VLM] Add max-count checking in data parser for single image models (#11661) 2024-12-31 22:15:21 -08:00
Makefile Add initial sphinx docs (#120) 2023-05-22 17:02:44 -07:00
README.md Update README.md (#306) 2023-06-29 06:52:15 -07:00
make.bat Add initial sphinx docs (#120) 2023-05-22 17:02:44 -07:00
requirements-docs.txt [V1] [4/N] API Server: ZMQ/MP Utilities (#11541) 2024-12-28 01:45:08 +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.