Unverified Commit cfded807 authored by Jialin Ouyang's avatar Jialin Ouyang Committed by GitHub
Browse files

[Easy] Fix env type check errors from VLLM_DEBUG_LOG_API_SERVER_RESPONSE (#26742)


Signed-off-by: default avatarJialin Ouyang <Jialin.Ouyang@gmail.com>
parent b59dd19b
...@@ -24,6 +24,7 @@ if TYPE_CHECKING: ...@@ -24,6 +24,7 @@ if TYPE_CHECKING:
CUDA_VISIBLE_DEVICES: str | None = None CUDA_VISIBLE_DEVICES: str | None = None
VLLM_ENGINE_ITERATION_TIMEOUT_S: int = 60 VLLM_ENGINE_ITERATION_TIMEOUT_S: int = 60
VLLM_API_KEY: str | None = None VLLM_API_KEY: str | None = None
VLLM_DEBUG_LOG_API_SERVER_RESPONSE: bool = False
S3_ACCESS_KEY_ID: str | None = None S3_ACCESS_KEY_ID: str | None = None
S3_SECRET_ACCESS_KEY: str | None = None S3_SECRET_ACCESS_KEY: str | None = None
S3_ENDPOINT_URL: str | None = None S3_ENDPOINT_URL: str | None = None
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment