pipelines/third_party/ml-metadata
James Liu e035a88149
feat: upgrade MLMD to 1.2.0. Fix #6436 (#6437)
* chore(frontend): upgrade MLMD to 1.2.0

* update version for backend

* update dependencies

* makefile

* tfx compatiblity update
2021-08-28 16:59:22 -07:00
..
go_client/ml_metadata/proto WIP: KFP v2 POC (#5092) 2021-02-08 10:18:33 -08:00
ml_metadata/proto feat: upgrade MLMD to 1.2.0. Fix #6436 (#6437) 2021-08-28 16:59:22 -07:00
Makefile WIP: KFP v2 POC (#5092) 2021-02-08 10:18:33 -08:00
README.md chore(third_party): Add a script to update MLMD. (#6454) 2021-08-27 16:49:22 -07:00
VERSION chore(third_party): Add a script to update MLMD. (#6454) 2021-08-27 16:49:22 -07:00
update_version.sh chore(third_party): Add a script to update MLMD. (#6454) 2021-08-27 16:49:22 -07:00

README.md

Machine Learning Metadata

Upstream repo location: https://github.com/google/ml-metadata.

Upgrade MLMD versions

First change the MLMD version in VERSION file in current folder, for example: $VERSION=1.2.0.

echo -n "\$VERSION" > VERSION

Run the update_version.sh script in current folder to update related image references:

./update_version.sh

Run update_dependencies.sh in the following way:

../../hack/update-all-requirements.sh

Make sure the generated files are as expected. Update clients as described below:

Build golang gRPC client from proto

Build JS client from proto

Refer to frontend/README.md for npm run build:replace command.