mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 02:32:40 +00:00
add test report
This commit is contained in:
parent
684de1e6fd
commit
7dc946196d
1 changed files with 0 additions and 16 deletions
|
@ -32,22 +32,6 @@ def pytest_addoption(parser):
|
|||
TEXT_MODEL = "meta-llama/Llama-3.1-8B-Instruct"
|
||||
INFERENCE_MODEL = "meta-llama/Llama-3.2-11B-Vision-Instruct"
|
||||
|
||||
if config.getoption("--output"):
|
||||
config.pluginmanager.register(Report())
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
parser.addoption(
|
||||
"--output",
|
||||
action="store_false",
|
||||
help="Knob to determine if we should generate report, e.g. --output=True",
|
||||
)
|
||||
|
||||
|
||||
TEXT_MODEL = "meta-llama/Llama-3.1-8B-Instruct"
|
||||
INFERENCE_MODEL = "meta-llama/Llama-3.2-11B-Vision-Instruct"
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def provider_data():
|
||||
# check env for tavily secret, brave secret and inject all into provider data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue