mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-10 11:39:47 +00:00
Rename config var
This commit is contained in:
parent
bb3c26cfc5
commit
4bda515990
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue