Skip to content

ggml-org/convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert

Model Conversion

Automated pipeline for converting models to GGUF format and uploading them to HF.

Supported models: models/

Usage

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>

Notes

  • 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

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages