llama-stack/llama_stack/cli/model
Sébastien Han 4bbb4ddeae
fix: resolve pydantic warning on .dict() usage (#1445)
# What does this PR do?

The method "dict" in class "BaseModel" is deprecated we should use
model_dump instead.

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-03-06 11:27:47 -08:00
..
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
describe.py fix: resolve pydantic warning on .dict() usage (#1445) 2025-03-06 11:27:47 -08:00
download.py API Updates (#73) 2024-09-17 19:51:35 -07:00
list.py feat: add substring search for model list (#1099) 2025-02-21 16:38:10 -08:00
model.py fix: Incorrect import path for print_subcommand_description() (#1313) 2025-02-27 21:24:01 -05:00
prompt_format.py chore: remove straggler references to llama-models (#1345) 2025-03-01 14:26:03 -08:00
remove.py feat: model remove cmd (#1128) 2025-02-21 08:05:12 -08:00
safety_models.py chore: move all Llama Stack types from llama-models to llama-stack (#1098) 2025-02-14 09:10:59 -08:00
verify_download.py style: update verify-download help text (#1134) 2025-02-18 10:15:26 -08:00