From 2b484a285319fb696a3d5f69d95d11781728ee30 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Thu, 13 Mar 2025 11:20:15 -0700 Subject: [PATCH] kill record-responses --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 26de185d9..938256670 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -77,4 +77,4 @@ jobs: env: INFERENCE_MODEL: "meta-llama/Llama-3.2-3B-Instruct" run: | - uv run pytest --stack-config=ollama --text-model="meta-llama/Llama-3.2-3B-Instruct" -v --record-responses tests/integration/inference + uv run pytest --stack-config=ollama --text-model="meta-llama/Llama-3.2-3B-Instruct" -v tests/integration/inference