Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 539 Bytes

release.md

File metadata and controls

18 lines (13 loc) · 539 Bytes

Release process

  1. Train a model (see Training).

  2. Add description and examples to info.json in the model's version dir. Also add timestamp in YYYYMMDD format to show example Wayback Machine links in the demo.

  3. Create release on GitHub (at the code the model was trained with).

  4. Pack and upload the checkpoint (then re-deploy demo).

    tar czf logs.tar.gz logs/1-version-name/
    gh auth login
    gh release upload v0.1 logs.tar.gz