From 284a3f8c77740f000e09b5773a1b91b80c081d5d Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Wed, 6 Nov 2024 13:31:34 -0800 Subject: [PATCH] configure msg --- llama_stack/cli/stack/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/cli/stack/configure.py b/llama_stack/cli/stack/configure.py index fa2ff9975..7aa1bb6ed 100644 --- a/llama_stack/cli/stack/configure.py +++ b/llama_stack/cli/stack/configure.py @@ -41,6 +41,6 @@ class StackConfigure(Subcommand): """ DEPRECATED! llama stack configure has been deprecated. Please use llama stack run --config instead. - You may find example run.yaml in /distributions folder. + Please see example run.yaml in /distributions folder. """ )