Skip to content

Commit

Permalink
Add tpc_name to model metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ofirgo committed Jan 21, 2025
1 parent d73b4a7 commit fe7715a
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 fe7715a

Please sign in to comment.