Skip to content

Commit fe742ae

Browse files
authored
[easy] Pass compile_fx only the config patches (#16845)
Signed-off-by: rzou <[email protected]>
1 parent 4b07d36 commit fe742ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vllm/compilation/compiler_interface.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ def compile(
167167
compiler_config: Dict[str, Any],
168168
runtime_shape: Optional[int] = None
169169
) -> Tuple[Optional[Callable], Optional[Any]]:
170-
from torch._inductor import config
171-
current_config = config.get_config_copy()
170+
current_config = {}
172171
from torch._inductor.compile_fx import compile_fx
173172

174173
# disable remote cache

0 commit comments

Comments
 (0)