We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb382a4 commit 5aa1069Copy full SHA for 5aa1069
vllm/compilation/compiler_interface.py
@@ -167,8 +167,7 @@ def compile(
167
compiler_config: Dict[str, Any],
168
runtime_shape: Optional[int] = None
169
) -> Tuple[Optional[Callable], Optional[Any]]:
170
- from torch._inductor import config
171
- current_config = config.get_config_copy()
+ current_config = {}
172
from torch._inductor.compile_fx import compile_fx
173
174
# disable remote cache
0 commit comments