From 659a4b1361ce0489a97db0c11d99634569ced4a5 Mon Sep 17 00:00:00 2001 From: zhengyang Date: Thu, 12 Mar 2026 16:34:58 +0800 Subject: [PATCH] [FLIR] Check flir updated by tsingmicro --- python/setup_tools/utils/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/setup_tools/utils/__init__.py b/python/setup_tools/utils/__init__.py index 5458c9eb52..183274c645 100644 --- a/python/setup_tools/utils/__init__.py +++ b/python/setup_tools/utils/__init__.py @@ -11,6 +11,7 @@ dst_path=os.path.join(flagtree_configs.flagtree_submodule_dir, "triton_shared")), "flir": tools.Module(name="flir", url="https://github.com/FlagTree/flir.git", + commit_id="flir_tsingmicro_merge", dst_path=os.path.join(flagtree_configs.flagtree_submodule_dir, "flir")), }