frame_cli.pull module
Module for frame pull commands.
-
frame_cli.pull.pull_component(name: str, model: str) → None[source]
Download a component.
-
frame_cli.pull.pull_model(name: str, destination: str | None) → None[source]
Download a hybrid model and setup environment.
-
frame_cli.pull.retrieve_model_info(name: str) → dict[str, Any] | None[source]
Retrieve online info of a hybrid model.
-
frame_cli.pull.setup_environment(destination: str, environment: dict[str, Any]) → None[source]