build-models
Installation
SKILL.md
Docs
- Cog reference (single file): https://cog.run/llms.txt
cog.yamlreference: https://cog.run/yaml- Python predictor reference: https://cog.run/python
- Examples: https://github.com/replicate/cog-examples
- Template: https://github.com/replicate/cog-template
When to use this skill
- You have model code, weights, or a HuggingFace/GitHub project you want to host on Replicate.
- You're writing or editing a
cog.yaml,predict.py, ortrain.py. - For pushing a built model to Replicate, see
publish-models. - For running existing Replicate models, see
run-models.