Skip to content

3. Adding a new model or tool plugin

Billy Charlton edited this page Nov 7, 2015 · 1 revision

Let's say you have a new model called SoundCast that you want to run using Dashboard. Here's how to set that up.

Divide your model run into three steps: prepare; snapshot, and run.

Prepare inputs

Snapshot

Run

Create Git repository for model archive

  • inputs folder
  • fatstore folder
  • Install git-fat: set up .gitfat and .gitattributes; git init; git fat init; etc

Add plugin to Model Dashboard

Test everything