Skip to content

Commit

Permalink
add version
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Oct 2, 2023
1 parent 6e95845 commit 51d388c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai_models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class Model:
lagged = False
assets_extra_dir = None
retrieve = {} # Extra parameters for retrieve
version = 1

def __init__(self, input, output, download_assets, **kwargs):
self.input = get_input(input, self, **kwargs)
Expand Down

0 comments on commit 51d388c

Please sign in to comment.