mirror of
https://github.com/vllm-project/vllm.git
synced 2026-08-15 10:18:10 +00:00
Fix test_aot_compile for torch 2.12 (#43695)
Signed-off-by: Angela Yi <[email protected]>
This commit is contained in:
@@ -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",
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user