From 195e2d3aff04ef239d6e1744fa0c3eb774d7793d Mon Sep 17 00:00:00 2001 From: "shark-pr-automator[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:10:06 +0000 Subject: [PATCH 1/2] Bump IREE to 3.2.0rc20250129. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- requirements-iree-pinned.txt | 6 +++--- shortfin/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-iree-pinned.txt b/requirements-iree-pinned.txt index 4676376db..923dd04f9 100644 --- a/requirements-iree-pinned.txt +++ b/requirements-iree-pinned.txt @@ -2,6 +2,6 @@ # Keep these versions synced with SHORTFIN_IREE_GIT_TAG in shortfin/CMakeLists.txt --find-links https://iree.dev/pip-release-links.html -iree-base-compiler==3.2.0rc20250124 -iree-base-runtime==3.2.0rc20250124 -iree-turbine==3.2.0rc20250124 +iree-base-compiler==3.2.0rc20250129 +iree-base-runtime==3.2.0rc20250129 +iree-turbine==3.2.0rc20250129 diff --git a/shortfin/CMakeLists.txt b/shortfin/CMakeLists.txt index ae89860f7..98d6711fe 100644 --- a/shortfin/CMakeLists.txt +++ b/shortfin/CMakeLists.txt @@ -47,7 +47,7 @@ add_compile_options("$<$:/utf-8>") # Prefer to keep the IREE git tag synced with the Python package version in the # requirements-iree-pinned.txt file. At a minimum, the compiler from those # packages must be compatible with the runtime at this source ref. -set(SHORTFIN_IREE_GIT_TAG "iree-3.2.0rc20250124") +set(SHORTFIN_IREE_GIT_TAG "iree-3.2.0rc20250129") # build options From 9707858d90f52a83428517e360536bb7b5a1b640 Mon Sep 17 00:00:00 2001 From: Xida Date: Wed, 5 Feb 2025 18:59:54 +0000 Subject: [PATCH 2/2] remove t5 data-dependent tests for now --- .github/workflows/ci-sharktank.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-sharktank.yml b/.github/workflows/ci-sharktank.yml index d63db8980..247fe7b2b 100644 --- a/.github/workflows/ci-sharktank.yml +++ b/.github/workflows/ci-sharktank.yml @@ -139,7 +139,6 @@ jobs: pytest \ --with-clip-data \ --with-flux-data \ - --with-t5-data \ --with-vae-data \ --with-quark-data \ sharktank/tests/models/clip/clip_test.py \ @@ -149,7 +148,9 @@ jobs: sharktank/tests/models/llama/quark_parity_test.py \ --durations=0 \ --timeout=800 - +# TODO: add back +# --with-t5-data \ +# when #888 is resolved test_integration: name: "Model Integration Tests"