Skip to content

Commit

Permalink
Remove version pinning for iree-base-compiler and iree-base-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
stbaione committed Nov 25, 2024
1 parent 3641445 commit d82d9df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-sglang-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
# We could also pin to a known working or stable version.
# This should eventually stabilize. Do the best we can for now.
pip install -f https://iree.dev/pip-release-links.html --upgrade \
iree-base-compiler==3.0.0rc20241118 \
iree-base-runtime==3.0.0rc20241118 \
iree-base-compiler \
iree-base-runtime \
"numpy<2.0"
- name: Install SGLang
Expand Down Expand Up @@ -141,8 +141,8 @@ jobs:
# We could also pin to a known working or stable version.
# This should eventually stabilize. Do the best we can for now.
pip install -f https://iree.dev/pip-release-links.html --upgrade \
iree-base-compiler==3.0.0rc20241118 \
iree-base-runtime==3.0.0rc20241118 \
iree-base-compiler \
iree-base-runtime \
"numpy<2.0"
- name: Install SGLang
Expand Down

0 comments on commit d82d9df

Please sign in to comment.