mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 01:03:59 +00:00
tmp debug meta-ref
This commit is contained in:
parent
694adb1501
commit
e7d2c3f246
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@ import tempfile
|
|||
|
||||
import pytest
|
||||
import pytest_asyncio
|
||||
from rich.pretty import pprint
|
||||
|
||||
from llama_stack.apis.models import ModelInput, ModelType
|
||||
from llama_stack.distribution.datatypes import Api, Provider
|
||||
|
@ -98,6 +99,7 @@ async def agents_stack(request, inference_model, safety_shield):
|
|||
)
|
||||
)
|
||||
|
||||
pprint("fixtures", providers)
|
||||
test_stack = await construct_stack_for_test(
|
||||
[Api.agents, Api.inference, Api.safety, Api.memory],
|
||||
providers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue