mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-28 04:02:00 +00:00
feat: allow using llama-stack-library-client from verifications
This commit is contained in:
parent
558d109ab7
commit
98320d4eb2
3 changed files with 31 additions and 7 deletions
|
|
@ -25,6 +25,11 @@ def pytest_addoption(parser):
|
|||
action="store",
|
||||
help="Provider to use for testing",
|
||||
)
|
||||
parser.addoption(
|
||||
"--model",
|
||||
action="store",
|
||||
help="Model to use for testing",
|
||||
)
|
||||
|
||||
|
||||
pytest_plugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue