mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
remove distribution types!
This commit is contained in:
parent
e466ec389b
commit
c0c5839361
17 changed files with 17 additions and 98 deletions
|
@ -128,7 +128,6 @@ class StackConfigure(Subcommand):
|
|||
)
|
||||
|
||||
config.providers = configure_api_providers(config.providers)
|
||||
config.distribution_type = build_config.distribution_spec.distribution_type
|
||||
config.docker_image = (
|
||||
package_name if build_config.image_type == "docker" else None
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue