modelzoo ======== Documentation for the ``modelzoo`` command and its subcommands. .. raw:: html .. dropdown:: ``modelzoo`` — Access models from the Model Zoo. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] COMMAND [ARGS]... Access models from the Model Zoo. Options: -v, --ver, --version TEXT SDK version (e.g. 1.7.0, 2.0.0). If not provided, the current GA version will be used. --boardtype [mlsoc|modalix] Target board type (mlsoc or modalix). --help Show this message and exit. Commands: describe Download a specific model. get Download a specific model. list List available models. **Usage:** .. code-block:: bash Usage: [OPTIONS] COMMAND [ARGS]... .. dropdown:: ``modelzoo describe`` — Download a specific model. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] MODEL\_NAME Download a specific model. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] MODEL_NAME .. dropdown:: ``modelzoo get`` — Download a specific model. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] MODEL\_NAME Download a specific model. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] MODEL_NAME .. dropdown:: ``modelzoo list`` — List available models. :animate: fade-in :color: secondary :open: **Full Help:** .. code-block:: text Usage: [OPTIONS] List available models. Options: --help Show this message and exit. **Usage:** .. code-block:: bash Usage: [OPTIONS] Options ------- .. list-table:: :widths: 30 70 :header-rows: 1 * - **Option** - **Description** * - ``-v, --ver, --version`` - SDK version (e.g. 1.7.0, 2.0.0). If not provided, the current GA version will be used. * - ``--boardtype`` - Target board type (mlsoc or modalix).