Skip to content

Commit 195b4dc

Browse files
authored
Bump stable IREE version for sgl-benchmark (#757)
# 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.
1 parent 5f08cb2 commit 195b4dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci-sglang-benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
7171
# Pin to known-working versions.
7272
pip install -f https://iree.dev/pip-release-links.html --pre --upgrade \
73-
iree-base-compiler==3.1.0rc20241204 \
74-
iree-base-runtime==3.1.0rc20241204 \
73+
iree-base-compiler==3.1.0rc20241220 \
74+
iree-base-runtime==3.1.0rc20241220 \
7575
"numpy<2.0"
7676
7777
# Install SGLang

app_tests/benchmark_tests/llm/sglang_benchmarks/shortfin_benchmark_test.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import logging
88
import multiprocessing
99
import os
10-
from pathlib import Path
1110
import pytest
1211
import time
1312
from unittest.mock import patch

0 commit comments

Comments
 (0)