mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-08 21:04:39 +00:00
fix: Allow overriding model in integration tests
Pass TEXT_MODEL parameter to pytest to enable model override in integration test runs. Signed-off-by: Derek Higgins <derekh@redhat.com>
This commit is contained in:
parent
9618adba89
commit
004f5c02d2
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ if [[ -n "$TEST_SUBDIRS" ]]; then
|
|||
EXTRA_PARAMS="$EXTRA_PARAMS --text-model=$TEXT_MODEL --embedding-model=sentence-transformers/all-MiniLM-L6-v2"
|
||||
else
|
||||
PYTEST_TARGET="tests/integration/"
|
||||
EXTRA_PARAMS="$EXTRA_PARAMS --suite=$TEST_SUITE"
|
||||
EXTRA_PARAMS="$EXTRA_PARAMS --text-model=$TEXT_MODEL --suite=$TEST_SUITE"
|
||||
fi
|
||||
|
||||
set +e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue