We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f08cb2 commit 195b4dcCopy full SHA for 195b4dc
.github/workflows/ci-sglang-benchmark.yml
@@ -70,8 +70,8 @@ jobs:
70
71
# Pin to known-working versions.
72
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 \
+ iree-base-compiler==3.1.0rc20241220 \
+ iree-base-runtime==3.1.0rc20241220 \
75
"numpy<2.0"
76
77
# Install SGLang
app_tests/benchmark_tests/llm/sglang_benchmarks/shortfin_benchmark_test.py
@@ -7,7 +7,6 @@
7
import logging
8
import multiprocessing
9
import os
10
-from pathlib import Path
11
import pytest
12
import time
13
from unittest.mock import patch
0 commit comments