Skip to content

Commit

Permalink
Fix broken pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Jan 10, 2025
1 parent d02d6e0 commit 2edde8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-sglang-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip install --no-compile -r requirements.txt -e sharktank/ shortfin/
# Pin to known-working versions.
pip install -f https://iree.dev/pip-release-links.html
pip install -f https://iree.dev/pip-release-links.html \
iree-base-compiler==3.1.0rc20241220 \
iree-base-runtime==3.1.0rc20241220 \
"numpy<2.0"
Expand Down

0 comments on commit 2edde8d

Please sign in to comment.