Unverified Commit 82e11973 authored by Zhengxu Chen's avatar Zhengxu Chen Committed by GitHub
Browse files

[compile] Enable AOT compile with 2.10 in trunk. (#34155)


Signed-off-by: default avatarZhengxu Chen <zhxchen17@meta.com>
parent b129136c
...@@ -271,7 +271,7 @@ def use_aot_compile() -> bool: ...@@ -271,7 +271,7 @@ def use_aot_compile() -> bool:
default_value = ( default_value = (
"1" "1"
if is_torch_equal_or_newer("2.11.0.dev") and not disable_compile_cache() if is_torch_equal_or_newer("2.10.0") and not disable_compile_cache()
else "0" else "0"
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment