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
fe742aef
Unverified
Commit
fe742aef
authored
Apr 20, 2025
by
Richard Zou
Committed by
GitHub
Apr 20, 2025
Browse files
[easy] Pass compile_fx only the config patches (#16845)
Signed-off-by:
rzou
<
zou3519@gmail.com
>
parent
4b07d368
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vllm/compilation/compiler_interface.py
vllm/compilation/compiler_interface.py
+1
-2
No files found.
vllm/compilation/compiler_interface.py
View file @
fe742aef
...
...
@@ -167,8 +167,7 @@ class InductorAdaptor(CompilerInterface):
compiler_config
:
Dict
[
str
,
Any
],
runtime_shape
:
Optional
[
int
]
=
None
)
->
Tuple
[
Optional
[
Callable
],
Optional
[
Any
]]:
from
torch._inductor
import
config
current_config
=
config
.
get_config_copy
()
current_config
=
{}
from
torch._inductor.compile_fx
import
compile_fx
# disable remote cache
...
...
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