mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 10:54:19 +00:00
Don't ask for Api.inspect in stack build
This commit is contained in:
parent
19ce6bf009
commit
988a9cada3
1 changed files with 2 additions and 0 deletions
|
@ -253,6 +253,8 @@ class StackBuild(Subcommand):
|
|||
for api in Api:
|
||||
if api in routing_table_apis:
|
||||
continue
|
||||
if api == Api.inspect:
|
||||
continue
|
||||
|
||||
providers_for_api = all_providers[api]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue