sozercan/aikit

[REQ] support for models from oci artifacts

sozercan opened this issue · 2 comments

What kind of request is this?

New feature

What is your request or suggestion?

Download models hosted as OCI artifacts

Are you willing to submit PRs to contribute to this feature request?

  • Yes, I am willing to implement it.

https://oci.dag.dev/?image=registry.ollama.ai/library/llama3:latest

crane blob registry.ollama.ai/library/llama3@sha256:6a0746a1ec1aef3e7ec53868f220ff6e389f6f8ef87a01d77c96807de94ca2aa

docker build --build-args "model=oci://registry.ollama.ai/library/llama3:8b" ...

Fixed with #296