Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update IREE to 3.2.0rc20250129 and disable t5 sharktank-data-dependent tests #918

Merged
merged 6 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions requirements-iree-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0rc20250120
iree-base-runtime==3.2.0rc20250120
iree-turbine==3.2.0rc20250121
iree-base-compiler==3.2.0rc20250129
iree-base-runtime==3.2.0rc20250129
renxida marked this conversation as resolved.
Show resolved Hide resolved
iree-turbine==3.2.0rc20250129
renxida marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion shortfin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/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.0rc20250120")
set(SHORTFIN_IREE_GIT_TAG "iree-3.2.0rc20250129")


# build options
Expand Down
Loading