Skip to content

Commit 4315f1e

Browse files
committed
fix
1 parent 275f992 commit 4315f1e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/streaming_compliance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
env:
7777
FIREWORKS_API_KEY: ${{ secrets.FIREWORKS_API_KEY }}
7878
FIREWORKS_ACCOUNT_ID: ${{ vars.FIREWORKS_ACCOUNT_ID }}
79-
DISABLE_EP_SQLITE_LOG: "1"
8079
run: |
8180
. .venv/bin/activate
8281
mkdir -p artifacts

eval_protocol/benchmarks/test_glm_streaming_compliance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def test_glm_streaming_structured_output(row: EvaluationRow) -> EvaluationRow:
239239
],
240240
rollout_processor=SingleTurnRolloutProcessor(),
241241
aggregation_method="mean",
242-
passed_threshold=1.0,
242+
passed_threshold=0.0,
243243
num_runs=1,
244244
mode="pointwise",
245245
)

0 commit comments

Comments
 (0)