mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 07:14:20 +00:00
changed description
This commit is contained in:
parent
013a811b76
commit
616a7979b9
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ class BuildConfig(BaseModel):
|
|||
name: str
|
||||
platform: str = Field(
|
||||
default=LLAMA_STACK_DEFAULT_PLATFORM,
|
||||
description="The platform to build for (cpu | gpu)",
|
||||
description="The platform for docker image, defaults to linux/arm64",
|
||||
)
|
||||
distribution_spec: DistributionSpec = Field(
|
||||
description="The distribution spec to build including API providers. "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue