Rename config var

This commit is contained in:
Ashwin Bharambe 2024-10-18 12:46:31 -07:00
parent bb3c26cfc5
commit 4bda515990
2 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@ class MetaReferenceInferenceConfig(BaseModel):
# when this is False, we assume that the distributed process group is setup by someone
# outside of this code (e.g., when run inside `torchrun`). that is useful for clients
# (including our testing code) who might be using llama-stack as a library.
use_elastic_agent: bool = True
create_distributed_process_group: bool = True
@field_validator("model")
@classmethod