mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
print resources when booting up
This commit is contained in:
parent
8363764093
commit
9e925f43e5
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
from typing import Any, Dict
|
from typing import Any, Dict
|
||||||
from termcolor import colored
|
from termcolor import colored
|
||||||
|
|
||||||
|
from termcolor import colored
|
||||||
|
|
||||||
from llama_models.llama3.api.datatypes import * # noqa: F403
|
from llama_models.llama3.api.datatypes import * # noqa: F403
|
||||||
from llama_stack.apis.agents import * # noqa: F403
|
from llama_stack.apis.agents import * # noqa: F403
|
||||||
from llama_stack.apis.datasets import * # noqa: F403
|
from llama_stack.apis.datasets import * # noqa: F403
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue