Skip to main content

info

Synopsis

ramalama info [options]

Description

Display configuration information in a json format.

Options

—help, -h

show this help message and exit

FIELDS

The Engine field indicates the OCI container engine used to launch the container in which to run the AI Model The Image field indicates the default container image in which to run the AI Model The Runtime field indicates which backend engine is used to execute the AI model:
  • llama.cpp: Uses the llama.cpp library for model execution
  • vllm: Uses the vLLM library for model execution
The Store field indicates the directory path where RamaLama stores its persistent data, including downloaded models, configuration files, and cached data. By default, this is located in the user’s local share directory. The UseContainer field indicates whether RamaLama will use containers or run the AI Models natively. The Version field shows the RamaLama version.

EXAMPLE

Info with no container engine
Info with Podman engine
Using jq to print specific ramalama info content.

See Also

ramalama(1)
Oct 2024, Originally compiled by Dan Walsh <dwalsh@redhat.com>