Skip to main content

Synopsis

ramalama inspect [options] model

Description

Inspect the specified AI Model about additional information like the repository, its metadata and tensor information.

Options

—all

Print all available information about the AI Model. By default, only a basic subset is printed.

—get=field

Print the value of a specific metadata field of the AI Model. This option supports autocomplete with the available metadata fields of the given model. The special value all will print all available metadata fields and values.

—help, -h

Print usage message

—json

Print the AI Model information in json format.

Examples

Inspect the smollm:135m model for basic information
Inspect the smollm:135m model for all information in json format
Use the autocomplete function of --get to view a list of fields:
Print the value of a specific field of the smollm:135m model:
Print all key-value pairs of the metadata of the smollm:135m model:

See Also

ramalama(1)
Feb 2025, Originally compiled by Michael Engel <mengel@redhat.com>