[Doc] add env vars to the doc (#4572)
This commit is contained in:
@@ -75,6 +75,7 @@ Documentation
|
||||
serving/deploying_with_docker
|
||||
serving/distributed_serving
|
||||
serving/metrics
|
||||
serving/env_vars
|
||||
serving/usage_stats
|
||||
serving/integrations
|
||||
|
||||
|
||||
9
docs/source/serving/env_vars.rst
Normal file
9
docs/source/serving/env_vars.rst
Normal 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
|
||||
Reference in New Issue
Block a user