clean up prints

This commit is contained in:
Xi Yan 2024-12-30 14:16:28 -08:00
parent 57340e7a51
commit 07806f85c7
3 changed files with 0 additions and 7 deletions

View file

@ -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,