Pages here cover packaging, images, checkpoints, tokenizer tarballs, and running several operations inside one stage.
:maxdepth: 1
code-upload
docker
checkpoints
tokenizer-artifact
multiple-operations
| Topic |
Typical trigger |
| Code upload |
Any stage with src/ in prod |
| Docker |
Import errors for torch, CUDA, or system libs on workers |
| Checkpoints |
ML inference map jobs needing a .pt / .bin |
| Tokenizer tarball |
NLP models needing tokenizer.json plus vocab dirs |
| Multiple operations |
One stage that maps then validates without splitting stages |