[Doc] add env vars to the doc (#4572)

This commit is contained in:
youkaichao
2024-05-02 22:13:49 -07:00
committed by GitHub
parent ce3f1eedf8
commit 2d7bce9cd5
3 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Environment Variables
========================
vLLM uses the following environment variables to configure the system:
.. literalinclude:: ../../../vllm/envs.py
:language: python
:start-after: begin-env-vars-definition
:end-before: end-env-vars-definition