This repository exists to support RunPod model caching for a custom llama.cpp Serverless worker.
Related worker repository:
REPLACE_WITH_PUBLIC_GITHUB_REPO_URL
Why this repo exists
The original model repository contains many quantized variants of the same model.
RunPod model caching currently hydrates multi-quant Hugging Face repos inefficiently for this use case, which can cause long first-time cache downloads on a new host.
This slim repo avoids that by containing only the files needed at runtime for this endpoint.
It is only a minimal artifact repo for fast and predictable RunPod cache hydration.
Why not use a network volume?
RunPod model caching does not require a network volume.
That matters because network volumes can restrict data-center placement and reduce available GPU pool options. This slim repo keeps the deployment compatible with RunPod's normal host-local cached model flow.
Source model
The files in this repo come from:
unsloth/gemma-4-12b-it-GGUF
Credits:
Original GGUF, MTP, and multimodal projector files are provided by Unsloth.
This slim cache repo is only a repackaging layer for RunPod cache hydration convenience.