mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
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
|
model_id: str
|
||||||
files: Dict[str, str]
|
files: Dict[str, str]
|
||||||
|
|
||||||
|
class Config:
|
||||||
|
protected_namespaces = ()
|
||||||
|
|
||||||
|
|
||||||
class Manifest(BaseModel):
|
class Manifest(BaseModel):
|
||||||
models: List[ModelEntry]
|
models: List[ModelEntry]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue