Created
February 9, 2025 15:00
-
-
Save nimboya/06917457f02c995ed42932074077350b to your computer and use it in GitHub Desktop.
A Sample Kitfile used by KitOps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 1.0 | |
model: | |
name: my-ml-model | |
version: 1.0 | |
dependencies: | |
- numpy | |
- tensorflow | |
steps: | |
- name: preprocess | |
command: python preprocess.py | |
- name: train | |
command: python train.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment