forked from phoenix-oss/llama-stack-mirror
suppress warning in CLI
This commit is contained in:
parent
270b5502d7
commit
face3ceff1
1 changed files with 3 additions and 0 deletions
|
@ -178,6 +178,9 @@ class ModelEntry(BaseModel):
|
|||
model_id: str
|
||||
files: Dict[str, str]
|
||||
|
||||
class Config:
|
||||
protected_namespaces = ()
|
||||
|
||||
|
||||
class Manifest(BaseModel):
|
||||
models: List[ModelEntry]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue