mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 23:51:00 +00:00
delete prints
This commit is contained in:
parent
649efc2f45
commit
a2ae96c520
1 changed files with 0 additions and 1 deletions
|
@ -219,7 +219,6 @@ class StackBuild(Subcommand):
|
||||||
provider_types = [provider_types]
|
provider_types = [provider_types]
|
||||||
|
|
||||||
for i, provider_type in enumerate(provider_types):
|
for i, provider_type in enumerate(provider_types):
|
||||||
print(provider_type)
|
|
||||||
p_spec = Provider(
|
p_spec = Provider(
|
||||||
provider_id=f"{provider_type}-{i}",
|
provider_id=f"{provider_type}-{i}",
|
||||||
provider_type=provider_type,
|
provider_type=provider_type,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue