Fix test_aot_compile for torch 2.12 (#43695)

Signed-off-by: Angela Yi <[email protected]>
This commit is contained in:
Angela Yi
2026-05-26 23:12:49 -04:00
committed by GitHub
parent adaa5e455a
commit 0fa3114ae1
+4 -1
View File
@@ -465,7 +465,10 @@ def test_standalone_compile_correctness():
common_args,
common_args,
env1={"VLLM_USE_STANDALONE_COMPILE": "1"},
env2={"VLLM_USE_STANDALONE_COMPILE": "0"},
env2={
"VLLM_USE_STANDALONE_COMPILE": "0",
"VLLM_USE_MEGA_AOT_ARTIFACT": "0",
},
)