From 8363764093c8431ca132a9037b3aa26a8ad09637 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 11 Nov 2024 22:08:51 -0800 Subject: [PATCH] Allow specifying resources in StackRunConfig --- llama_stack/distribution/stack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_stack/distribution/stack.py b/llama_stack/distribution/stack.py index 7fe7d3ca7..08a914169 100644 --- a/llama_stack/distribution/stack.py +++ b/llama_stack/distribution/stack.py @@ -5,7 +5,6 @@ # the root directory of this source tree. from typing import Any, Dict - from termcolor import colored from llama_models.llama3.api.datatypes import * # noqa: F403