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
|
@ -32,8 +32,12 @@ def pytest_configure(config):
|
|||
|
||||
|
||||
MODEL_PARAMS = [
|
||||
pytest.param("Llama3.1-8B-Instruct", marks=pytest.mark.llama_8b, id="llama_8b"),
|
||||
pytest.param("Llama3.2-3B-Instruct", marks=pytest.mark.llama_3b, id="llama_3b"),
|
||||
pytest.param(
|
||||
"meta-llama/Llama-3.1-8B-Instruct", marks=pytest.mark.llama_8b, id="llama_8b"
|
||||
),
|
||||
pytest.param(
|
||||
"meta-llama/Llama-3.2-3B-Instruct", marks=pytest.mark.llama_3b, id="llama_3b"
|
||||
),
|
||||
]
|
||||
|
||||
VISION_MODEL_PARAMS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue