Skip to content

Commit b16c37f

Browse files
committed
[MLGO] Update the current model url for the Oz inliner model.
1 parent 8d15b7d commit b16c37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if (DEFINED LLVM_HAVE_TF_AOT OR DEFINED LLVM_HAVE_TF_API)
55
# This url points to the most recent most which is known to be compatible with
66
# LLVM. When better models are published, this url should be updated to aid
77
# discoverability.
8-
set(LLVM_INLINER_MODEL_CURRENT_URL "https://github.com/google/ml-compiler-opt/releases/download/inlining-Oz-v1.0/inlining-Oz-99f0063-v1.0.tar.gz")
8+
set(LLVM_INLINER_MODEL_CURRENT_URL "https://github.com/google/ml-compiler-opt/releases/download/inlining-Oz-v1.1/inlining-Oz-99f0063-v1.1.tar.gz")
99

1010
if (DEFINED LLVM_HAVE_TF_AOT)
1111
# If the path is empty, autogenerate the model

0 commit comments

Comments
 (0)