mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
distribution_type -> distribution
This commit is contained in:
parent
be9e488e56
commit
ace3953926
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class StackBuild(Subcommand):
|
||||||
|
|
||||||
build_config = BuildConfig(
|
build_config = BuildConfig(
|
||||||
name=args.name,
|
name=args.name,
|
||||||
distribution_type=args.distribution,
|
distribution=args.distribution,
|
||||||
package_type=args.package_type,
|
package_type=args.package_type,
|
||||||
api_providers=args.api_providers,
|
api_providers=args.api_providers,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue