Releases: HewlettPackard/cmf
Releases · HewlettPackard/cmf
Support for Tensorflow and Raytune
- Support Tensorflow
- Preliminary support for raytune
- Upgraded ml-metadata 1.15.0
- Upgraded DVC 3.51.1
Support for Python API for administrative activities
- Support for Python API for administrative activities
- Support for export command
- Support for session token support
Unique execution changes
- Every execution as a uuid associated with it.
- Reusable execution - Executions can be reused. ie after an execution is created it can be updated with additional events .
- Models now have the same behavior as dataset. Earlier Model when associated as an output unique model was created everytime. Now irrespective whether its output or input , the existence of the same hash is checked and if exist the existing artifact is used.
v0.0.3
cmf client and server code
v0.0.2
Upgraded Mlmetadata version to 1.11.0
v0.1
Released on Sep 9, 2022
- Explicit API's to track metadata of AI/ML pipelines.
- API's to query the metadata from ML Metadata file.
- Integration with Neo4j(Optional).
- Tracking of lineages of artifacts and processing steps.