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
3fd74189
Unverified
Commit
3fd74189
authored
Nov 20, 2025
by
Driss Guessous
Committed by
GitHub
Nov 20, 2025
Browse files
Fixes bench (#29058)
Signed-off-by:
drisspg
<
drisspguessous@gmail.com
>
parent
5e5a7eb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vllm/compilation/caching.py
vllm/compilation/caching.py
+2
-1
No files found.
vllm/compilation/caching.py
View file @
3fd74189
...
@@ -12,6 +12,7 @@ from torch.utils import _pytree as pytree
...
@@ -12,6 +12,7 @@ from torch.utils import _pytree as pytree
import
vllm.envs
as
envs
import
vllm.envs
as
envs
from
vllm.config
import
VllmConfig
,
get_current_vllm_config
from
vllm.config
import
VllmConfig
,
get_current_vllm_config
from
vllm.config.utils
import
hash_factors
from
vllm.logger
import
init_logger
from
vllm.logger
import
init_logger
try
:
try
:
...
@@ -138,7 +139,7 @@ def compilation_config_hash_factors(vllm_config: VllmConfig) -> list[str]:
...
@@ -138,7 +139,7 @@ def compilation_config_hash_factors(vllm_config: VllmConfig) -> list[str]:
factors
=
[]
factors
=
[]
# 0. factors come from the env, for example, The values of
# 0. factors come from the env, for example, The values of
# VLLM_PP_LAYER_PARTITION will affect the computation graph.
# VLLM_PP_LAYER_PARTITION will affect the computation graph.
env_hash
=
envs
.
compute_hash
()
env_hash
=
hash_factors
(
envs
.
compile_factors
()
)
factors
.
append
(
env_hash
)
factors
.
append
(
env_hash
)
# 1. factors come from the vllm_config (it mainly summarizes how the
# 1. factors come from the vllm_config (it mainly summarizes how the
...
...
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