Skip to content

Commit 592c107

Browse files
register model changes for 1.0.3
1 parent 9b37700 commit 592c107

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ads/aqua/model/entities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class AquaModelSummary(DataClassSerializable):
7676
ready_to_deploy: bool = True
7777
ready_to_finetune: bool = False
7878
ready_to_import: bool = False
79+
platform: List[str] = None
7980

8081

8182
@dataclass(repr=False)

0 commit comments

Comments
 (0)