Skip to main content

Synopsis

ramalama push [options] model [target]

Description

Push specified AI Model (OCI-only at present) The model can be from RamaLama model storage in Huggingface, Ollama, or OCI Model format. The model can also just be a model stored on disk. Users can convert without pushing using the ramalama convert command.

Options

—authfile=password

path of the authentication file for OCI registries

—help, -h

Print usage message

—network=none

sets the configuration for network namespaces when handling RUN instructions

—tls-verify=true

require HTTPS and verify certificates when contacting OCI registries

—type=raw | car

type of OCI Model Image to push. Only supported for pushing OCI Model Images.

EXAMPLE

Push and OCI model to registry
Generate an oci model out of an Ollama model and push to registry

See Also

ramalama(1), ramalama-convert(1)
Aug 2024, Originally compiled by Eric Curtin <ecurtin@redhat.com>