Skip to content

Commit

Permalink
mass-pin iree compiler versions to address nod-ai#729 iree inconpatib…
Browse files Browse the repository at this point in the history
…ility
  • Loading branch information
renxida committed Jan 3, 2025
1 parent 2776186 commit faa3eea
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 21 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci-llama-large-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ jobs:
# Install nightly IREE packages.
# We could also pin to a known working or stable version.
# Pinned to 1226 by Xida on Dec 30 due to
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
iree-base-compiler \
iree-base-runtime \
iree-turbine
iree-base-compiler==3.1.0rc20241226 \
iree-base-runtime==3.1.0rc20241226 \
iree-turbine==3.1.0rc20241226
pip install --no-compile -r requirements.txt -r sharktank/requirements-tests.txt -e sharktank/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-llama-quick-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,11 @@ jobs:
# Install nightly IREE packages.
# We could also pin to a known working or stable version.
# Pinned to 1226 by Xida on Dec 30 due to
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
iree-base-compiler \
iree-base-runtime \
iree-turbine
iree-base-compiler==3.1.0rc20241226 \
iree-base-runtime==3.1.0rc20241226 \
iree-turbine==3.1.0rc20241226
pip install --no-compile -r requirements.txt -r sharktank/requirements-tests.txt -e sharktank/
pip freeze
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-sglang-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ jobs:
# Use newest possible releases to be able to track commits that may
# cause errors.
# Pinned to 1226 by Xida on Dec 30 due to
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
iree-base-compiler \
iree-base-runtime \
iree-turbine \
iree-base-compiler==3.1.0rc20241226 \
iree-base-runtime==3.1.0rc20241226 \
iree-turbine==3.1.0rc20241226 \
"numpy<2.0"
pip install --no-compile -r requirements.txt -e sharktank/ shortfin/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-shark-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ jobs:
# Install nightly IREE packages.
# We could also pin to a known working or stable version.
# Pinned to 1226 by Xida on Dec 30 due to
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
iree-base-compiler \
iree-base-runtime \
iree-turbine
iree-base-compiler==3.1.0rc20241226 \
iree-base-runtime==3.1.0rc20241226 \
iree-turbine==3.1.0rc20241226
pip install --no-compile -r requirements.txt -e sharktank/ shortfin/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,11 @@ jobs:
# Install nightly IREE packages.
# We could also pin to a known working or stable version.
# Pinned to 1226 by Xida on Dec 30 due to
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
iree-base-compiler \
iree-base-runtime \
iree-turbine
iree-base-compiler==3.1.0rc20241226 \
iree-base-runtime==3.1.0rc20241226 \
iree-turbine==3.1.0rc20241226
pip install --no-compile -r requirements.txt -r sharktank/requirements-tests.txt -e sharktank/
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ jobs:
# Install nightly IREE packages.
# We could also pin to a known working or stable version.
# Pinned to 1226 by Xida on Dec 30 due to
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
iree-base-compiler \
iree-base-runtime \
iree-turbine
iree-base-compiler==3.1.0rc20241226 \
iree-base-runtime==3.1.0rc20241226 \
iree-turbine==3.1.0rc20241226
pip install --no-compile -r requirements.txt -r sharktank/requirements-tests.txt -e sharktank/
pip freeze
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/ci_eval_short.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ jobs:
# Install nightly IREE packages.
# We could also pin to a known working or stable version.
# Pinned to 1226 by Xida on Dec 30 due to
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
iree-base-compiler \
iree-base-runtime \
iree-turbine
iree-base-compiler==3.1.0rc20241226 \
iree-base-runtime==3.1.0rc20241226 \
iree-turbine==3.1.0rc20241226
pip install --no-compile -r requirements.txt -r sharktank/requirements-tests.txt -e sharktank/
pip freeze
Expand Down

0 comments on commit faa3eea

Please sign in to comment.