Skip to content

Commit

Permalink
Add tpc_name to model metadata (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirgo authored Jan 21, 2025
1 parent e101f5c commit 8f0d5a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model_compression_toolkit/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class TPCVersions:
tpc_minor_version: str = f'{fqc.tpc.tpc_minor_version}'
tpc_patch_version: str = f'{fqc.tpc.tpc_patch_version}'
tpc_platform_type: str = f'{fqc.tpc.tpc_platform_type}'
tpc_name: str = f'{fqc.tpc.name}'
tpc_schema: str = f'{fqc.tpc.SCHEMA_VERSION}'

return asdict(TPCVersions(mct_version))
Expand Down

0 comments on commit 8f0d5a9

Please sign in to comment.