Commit Graph

11 Commits

Author SHA1 Message Date
James Liu eaec515812
chore(mlmd): Upgrade ML Metadata to 1.14.0. (#9856)
* chore(mlmd): Upgrade ML Metadata to 1.14.0.

* fix requirements, skip visualization.

* go mod tidy

* mlmd new enum in frontend

* mlmd license

* mlmd license again, using the failure test diff

* again
2023-08-22 17:18:09 +00:00
Alex Latchford 3f4d686f6a
fix(backend): AIP-5634: Add in LRU cache and temp file rotation for metadata-writer. Relates to #4347 (#7199)
* AIP-5634: Add in LRU cache and temp file rotation for metadata-writer.

* AIP-5634: Respond to Chens feedback. Fixing imports, requirements bounds and improve efficency of debug file cache

* AIP-5634: Use a FIFO approach and actually remove the old file paths

* AIP-5634: Update to use deque for constant time appends/poplefts
2022-02-15 21:42:06 +00:00
Hao Xin 7157764f21
feat(backend): Upgrade MLMD to 1.5.0 (#6996) 2021-12-09 11:35:55 +00:00
James Liu b3d15cd066
feat(backend): Upgrade MLMD to 1.4.0 (#6910)
* feat(backend): Upgrade MLMD to 1.4.0

* set kfp~1.8

* add tensorflow_model_analysis

* update requirements

* Resolving tfx dependencies

* update Frontend MLMD

* chore: remove v2 compatible sample from builtin samples

Co-authored-by: Yuan Gong <gongyuan94@gmail.com>
2021-11-26 20:42:07 +08:00
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
Yuan (Bob) Gong 28431fc3fd
feat: update MLMD to 1.0.0 (#5786)
* feat: update MLMD to 1.0.0

* update MLMD frontend client
2021-06-03 10:34:36 -07:00
capri-xiyue 31939086d6
feat: update MLMD to 0.30.0 (#5592) 2021-05-05 17:03:05 -07:00
Rui Fang 8a22a89c7d
chore(release): upgrade mlmd to 0.25.1 (#4859)
* Initial execution cache

This commit adds initial execution cache service. Including http service
and execution key generation.

* fix master

* fix go.sum

* upgrade mlmd to 0.25.1

* Update requirement.txt and it's scripts
2020-12-02 22:13:00 -08:00
dushyanthsc 24423ffa5c
Metadata-Writer: Updates metadata writer to use mlmd 0.22.0 (#4027)
This change updates Metadata writer to use MLMD library version 0.22.0
2020-06-18 18:29:11 -07:00
Alexey Volkov b76945eeec
Backend - Upgraded MLMD client to fix Metadata Writer (#3657)
There was a backwards-incompatible MLMD server-side change that caused the get_artifacts_by_uri API to start silently returning empty lists of artifacts.
Fixes https://github.com/kubeflow/pipelines/issues/3656
2020-04-29 22:07:38 -07:00
Johannes 'fish' Ziemke b0ccd1b6c3
backend/metadata_writer: Pin python dependencies (#3408) 2020-04-08 18:21:45 -07:00