forked from phoenix-oss/llama-stack-mirror
update tests --inference-model to hf id
This commit is contained in:
parent
939056e265
commit
50d539e6d7
5 changed files with 11 additions and 7 deletions
|
@ -58,7 +58,7 @@ def pytest_addoption(parser):
|
|||
parser.addoption(
|
||||
"--inference-model",
|
||||
action="store",
|
||||
default="Llama3.2-3B-Instruct",
|
||||
default="meta-llama/Llama-3.2-3B-Instruct",
|
||||
help="Specify the inference model to use for testing",
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue