Skip to content

Commit 3d508c6

Browse files
derekhigginsnathan-weinberg
authored andcommitted
tests: Add granite-embedding-125m model to integration tests
Enabling granite-embedding-125m will allow the embedding tests to run. Signed-off-by: Derek Higgins <derekh@redhat.com>
1 parent 4f3a44d commit 3d508c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run_integration_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ function run_integration_tests() {
5353
uv run pytest -s -v tests/integration/inference/ \
5454
--stack-config=server:"$STACK_CONFIG_PATH" \
5555
--text-model=vllm-inference/"$INFERENCE_MODEL" \
56+
--embedding-model=granite-embedding-125m \
5657
-k "not ($SKIP_TESTS)"
5758
}
5859

0 commit comments

Comments
 (0)