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
53cd7f86
Unverified
Commit
53cd7f86
authored
Dec 17, 2025
by
Zhengxu Chen
Committed by
GitHub
Dec 17, 2025
Browse files
[compile] Recompile graph module during Dynamo cache loading. (#30743)
Signed-off-by:
Zhengxu Chen
<
zhxchen17@fb.com
>
parent
7b966ae2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/compilation/caching.py
vllm/compilation/caching.py
+1
-0
No files found.
vllm/compilation/caching.py
View file @
53cd7f86
...
@@ -104,6 +104,7 @@ class VllmSerializableFunction(SerializableCallable):
...
@@ -104,6 +104,7 @@ class VllmSerializableFunction(SerializableCallable):
state
=
pickle
.
loads
(
data
)
state
=
pickle
.
loads
(
data
)
fake_mode
=
FakeTensorMode
(
shape_env
=
ShapeEnv
())
fake_mode
=
FakeTensorMode
(
shape_env
=
ShapeEnv
())
state
[
"graph_module"
]
=
GraphPickler
.
loads
(
state
[
"graph_module"
],
fake_mode
)
state
[
"graph_module"
]
=
GraphPickler
.
loads
(
state
[
"graph_module"
],
fake_mode
)
state
[
"graph_module"
].
recompile
()
state
[
"example_inputs"
]
=
GraphPickler
.
loads
(
state
[
"example_inputs"
],
fake_mode
)
state
[
"example_inputs"
]
=
GraphPickler
.
loads
(
state
[
"example_inputs"
],
fake_mode
)
vllm_backend
=
VllmBackend
(
get_current_vllm_config
(),
state
[
"prefix"
])
vllm_backend
=
VllmBackend
(
get_current_vllm_config
(),
state
[
"prefix"
])
...
...
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