From 616a7979b9e04e472b6158f4973606c40d944e5d Mon Sep 17 00:00:00 2001 From: picografix Date: Thu, 17 Oct 2024 12:40:07 +0530 Subject: [PATCH] changed description --- llama_stack/distribution/datatypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/distribution/datatypes.py b/llama_stack/distribution/datatypes.py index 2bb08a4fd..46729187c 100644 --- a/llama_stack/distribution/datatypes.py +++ b/llama_stack/distribution/datatypes.py @@ -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. "