Automated pipeline for converting models to GGUF format and uploading them to HF.
Supported models: models/
Requires HF_TOKEN with write permission to the target org.
# Convert all models
bash convert.sh --owner <org>
# Convert a single model
bash convert.sh --owner <org> --one gemma-4-12b
# Convert models matching a filter
bash convert.sh --owner <org> --filter '^gemma'
# Run via HF Jobs (cloud infrastructure)
bash hf-job.sh --owner <org>-
Models are converted only if at least one of the source models has been updated
-
All models in ggml-org are auto-converted by a GitHub Actions workflow once per week
HF_TOKEN=xxx bash hf-job.sh --owner ggml-org
-
A maintainer from the ggml-org/hf team can start the workflow manually from the Actions pane
-
The conversion uses the latest version of llama.cpp