mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-23 00:12:24 +00:00
clean up prints
This commit is contained in:
parent
57340e7a51
commit
07806f85c7
3 changed files with 0 additions and 7 deletions
|
|
@ -8,7 +8,6 @@ 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
|
||||
|
|
@ -99,7 +98,6 @@ async def agents_stack(request, inference_model, safety_shield):
|
|||
)
|
||||
)
|
||||
|
||||
pprint(f"fixture providers: {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