Skip to content

Commit

Permalink
Bump stable IREE version for sgl-benchmark (#757)
Browse files Browse the repository at this point in the history
# Description

[SGLang Benchmark
Test](https://github.com/nod-ai/shark-ai/actions/workflows/ci-sglang-benchmark.yml)
has been failing at the compilation step. Bumping IREE version to the
stable versions pushed in #721 fixes the issue.
  • Loading branch information
stbaione authored Jan 6, 2025
1 parent 5f08cb2 commit 195b4dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-sglang-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
# Pin to known-working versions.
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
iree-base-compiler==3.1.0rc20241204 \
iree-base-runtime==3.1.0rc20241204 \
iree-base-compiler==3.1.0rc20241220 \
iree-base-runtime==3.1.0rc20241220 \
"numpy<2.0"
# Install SGLang
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import logging
import multiprocessing
import os
from pathlib import Path
import pytest
import time
from unittest.mock import patch
Expand Down

0 comments on commit 195b4dc

Please sign in to comment.