mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 21:59:49 +00:00
temp commit
This commit is contained in:
parent
b2dbb5e3fe
commit
30f6eb282f
7 changed files with 16 additions and 15 deletions
|
|
@ -69,6 +69,7 @@ def pytest_generate_tests(metafunc):
|
|||
else:
|
||||
params = MODEL_PARAMS
|
||||
|
||||
# print("params", params)
|
||||
metafunc.parametrize(
|
||||
"inference_model",
|
||||
params,
|
||||
|
|
@ -82,5 +83,7 @@ def pytest_generate_tests(metafunc):
|
|||
"inference": INFERENCE_FIXTURES,
|
||||
},
|
||||
):
|
||||
# print("I reach here")
|
||||
fixtures = [stack.values[0]["inference"] for stack in filtered_stacks]
|
||||
print("fixtures", fixtures)
|
||||
metafunc.parametrize("inference_stack", fixtures, indirect=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue