We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02d6e0 commit 2edde8dCopy full SHA for 2edde8d
.github/workflows/ci-sglang-benchmark.yml
@@ -69,7 +69,7 @@ jobs:
69
pip install --no-compile -r requirements.txt -e sharktank/ shortfin/
70
71
# Pin to known-working versions.
72
- pip install -f https://iree.dev/pip-release-links.html
+ pip install -f https://iree.dev/pip-release-links.html \
73
iree-base-compiler==3.1.0rc20241220 \
74
iree-base-runtime==3.1.0rc20241220 \
75
"numpy<2.0"
0 commit comments