File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 70
70
NVCC_THREADS : Optional [str ] = None
71
71
VLLM_USE_PRECOMPILED : bool = False
72
72
VLLM_TEST_USE_PRECOMPILED_NIGHTLY_WHEEL : bool = False
73
- VLLM_NO_DEPRECATION_WARNING : bool = False
74
73
VLLM_KEEP_ALIVE_ON_ENGINE_DEATH : bool = False
75
74
CMAKE_BUILD_TYPE : Optional [str ] = None
76
75
VERBOSE : bool = False
@@ -582,10 +581,6 @@ def get_vllm_port() -> Optional[int]:
582
581
lambda : bool (
583
582
int (os .getenv ("VLLM_ENABLE_FUSED_MOE_ACTIVATION_CHUNKING" , "1" ))),
584
583
585
- # If set, vllm will skip the deprecation warnings.
586
- "VLLM_NO_DEPRECATION_WARNING" :
587
- lambda : bool (int (os .getenv ("VLLM_NO_DEPRECATION_WARNING" , "0" ))),
588
-
589
584
# If set, the OpenAI API server will stay alive even after the underlying
590
585
# AsyncLLMEngine errors and stops serving requests
591
586
"VLLM_KEEP_ALIVE_ON_ENGINE_DEATH" :
You can’t perform that action at this time.
0 commit comments