print resources when booting up

This commit is contained in:
Ashwin Bharambe 2024-11-11 23:10:12 -08:00
parent 8363764093
commit 9e925f43e5

View file

@ -7,6 +7,8 @@
from typing import Any, Dict
from termcolor import colored
from termcolor import colored
from llama_models.llama3.api.datatypes import * # noqa: F403
from llama_stack.apis.agents import * # noqa: F403
from llama_stack.apis.datasets import * # noqa: F403