* chore(frontend): upgrade MLMD to 1.2.0 * update version for backend * update dependencies * makefile * tfx compatiblity update |
||
|---|---|---|
| .. | ||
| go_client/ml_metadata/proto | ||
| ml_metadata/proto | ||
| Makefile | ||
| README.md | ||
| VERSION | ||
| update_version.sh | ||
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.