From 9e925f43e567246826a87bb25877e913aeabd626 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 11 Nov 2024 23:10:12 -0800 Subject: [PATCH] print resources when booting up --- llama_stack/distribution/stack.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llama_stack/distribution/stack.py b/llama_stack/distribution/stack.py index 08a914169..b496d9f36 100644 --- a/llama_stack/distribution/stack.py +++ b/llama_stack/distribution/stack.py @@ -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