Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
8fa68a8c
Unverified
Commit
8fa68a8c
authored
Mar 03, 2026
by
lin-shh
Committed by
GitHub
Mar 02, 2026
Browse files
Fix TYPE_CHECKING stub defaults in envs.py to match actual runtime defaults (#35645)
parent
35a6f0bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/envs.py
vllm/envs.py
+3
-3
No files found.
vllm/envs.py
View file @
8fa68a8c
...
...
@@ -35,7 +35,7 @@ if TYPE_CHECKING:
VLLM_USAGE_STATS_SERVER
:
str
=
"https://stats.vllm.ai"
VLLM_NO_USAGE_STATS
:
bool
=
False
VLLM_DO_NOT_TRACK
:
bool
=
False
VLLM_USAGE_SOURCE
:
str
=
""
VLLM_USAGE_SOURCE
:
str
=
"
production
"
VLLM_CONFIGURE_LOGGING
:
bool
=
True
VLLM_LOGGING_LEVEL
:
str
=
"INFO"
VLLM_LOGGING_PREFIX
:
str
=
""
...
...
@@ -48,7 +48,7 @@ if TYPE_CHECKING:
VLLM_USE_FLASHINFER_SAMPLER
:
bool
|
None
=
None
VLLM_PP_LAYER_PARTITION
:
str
|
None
=
None
VLLM_CPU_KVCACHE_SPACE
:
int
|
None
=
0
VLLM_CPU_OMP_THREADS_BIND
:
str
=
""
VLLM_CPU_OMP_THREADS_BIND
:
str
=
"
auto
"
VLLM_CPU_NUM_OF_RESERVED_CPU
:
int
|
None
=
None
VLLM_CPU_SGL_KERNEL
:
bool
=
False
VLLM_XLA_CACHE_PATH
:
str
=
os
.
path
.
join
(
VLLM_CACHE_ROOT
,
"xla_cache"
)
...
...
@@ -89,7 +89,7 @@ if TYPE_CHECKING:
VLLM_LORA_RESOLVER_CACHE_DIR
:
str
|
None
=
None
VLLM_LORA_RESOLVER_HF_REPO_LIST
:
str
|
None
=
None
VLLM_USE_AOT_COMPILE
:
bool
=
False
VLLM_USE_BYTECODE_HOOK
:
bool
=
Fals
e
VLLM_USE_BYTECODE_HOOK
:
bool
=
Tru
e
VLLM_FORCE_AOT_LOAD
:
bool
=
False
VLLM_USE_MEGA_AOT_ARTIFACT
:
bool
=
False
VLLM_USE_TRITON_AWQ
:
bool
=
False
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment