mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 11:29:25 +00:00
fix(models): always prefix models with provider_id when registering
This commit is contained in:
parent
f205ab6f6c
commit
d8be3111db
6 changed files with 13 additions and 73 deletions
|
|
@ -290,7 +290,7 @@ pytest -s -v $PYTEST_TARGET \
|
|||
-k "$PYTEST_PATTERN" \
|
||||
$EXTRA_PARAMS \
|
||||
--color=yes \
|
||||
--embedding-model=nomic-ai/nomic-embed-text-v1.5 \
|
||||
--embedding-model=sentence-transformers/nomic-ai/nomic-embed-text-v1.5 \
|
||||
--color=yes $EXTRA_PARAMS \
|
||||
--capture=tee-sys
|
||||
exit_code=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue