Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 199 Bytes

File metadata and controls

4 lines (3 loc) · 199 Bytes

Steps to add a model:

  1. Create a contract.py file in the models/<model_name> directory. That will get the input data ready to run the model.
  2. Create a .def file with the entry point for the model