containers/ramalama

New OCI artifact type "docker model runner"

Open

#1.076 geöffnet am 31. März 2025

Auf GitHub ansehen
 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (341 Forks)github user discovery
good first issuestale-issue

Repository-Metriken

Stars
 (2.873 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

There's two main model as OCI artefact types outside of RamaLama, Ollama and Docker Model Runner, For Ollama we did the OCI pulling in python3 with one of the container image layers being the .gguf file. Part of this issue is to figure out what dockers format.

For Ollama we implemented the pulling of that format in python.

One of the questions is do we also pull the docker format in python3? Or do we explore pulling these formats via skopeo/podman?

Contributor Guide