-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: chore: Upgrade Argo to v3.4.16 #1
base: kf-master-ref
Are you sure you want to change the base?
Commits on Feb 16, 2024
-
feat(kubernetes_platform): Update kubernetes_platform go package to i… (
kubeflow#10442) Signed-off-by: droctothorpe <[email protected]> Co-authored-by: edmondop <[email protected]> Co-authored-by: tarat44 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fb997a - Browse repository at this point
Copy the full SHA 6fb997aView commit details -
PiperOrigin-RevId: 607802006
Configuration menu - View commit details
-
Copy full SHA for e129b05 - Browse repository at this point
Copy the full SHA e129b05View commit details
Commits on Feb 20, 2024
-
chore(components): bump highest support KFP SDK version in GCPC to KF…
…P SDK 2.7.0 PiperOrigin-RevId: 608646229
Configuration menu - View commit details
-
Copy full SHA for 48243d1 - Browse repository at this point
Copy the full SHA 48243d1View commit details -
fix(backend): fixes "cannot save parameter" error message. Fixes kube…
…flow#9678 (kubeflow#10459) Signed-off-by: hbelmiro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ae0a82 - Browse repository at this point
Copy the full SHA 1ae0a82View commit details -
fix(rlhf): Supporting adapter only output for reward model training
PiperOrigin-RevId: 608740017
Googler committedFeb 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 066f229 - Browse repository at this point
Copy the full SHA 066f229View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c97fec8 - Browse repository at this point
Copy the full SHA c97fec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4392b4a - Browse repository at this point
Copy the full SHA 4392b4aView commit details -
feat(components): Added experimental args to batch_prediction_pairwis…
…e component PiperOrigin-RevId: 609129336
Googler committedFeb 21, 2024 Configuration menu - View commit details
-
Copy full SHA for f00df96 - Browse repository at this point
Copy the full SHA f00df96View commit details
Commits on Feb 22, 2024
-
chore(components): release GCPC SDK 2.10.0
PiperOrigin-RevId: 609459972
Googler committedFeb 22, 2024 Configuration menu - View commit details
-
Copy full SHA for e47a0e1 - Browse repository at this point
Copy the full SHA e47a0e1View commit details -
feat(Backend + SDK): Update kfp backend and kubernetes sdk to support…
… tolerations (kubeflow#10471) * feat(Backend + SDK): Update kfp backend and kubernetes sdk to support tolerations Signed-off-by: droctothorpe <[email protected]> Co-authored-by: edmondop <[email protected]> Co-authored-by: tarat44 <[email protected]> * Address PR review 1 Signed-off-by: droctothorpe <[email protected]> Co-authored-by: edmondop <[email protected]> Co-authored-by: tarat44 <[email protected]> * Refactor add_toleration to use Python primitives Signed-off-by: droctothorpe <[email protected]> Co-authored-by: edmondop <[email protected]> Co-authored-by: tarat44 <[email protected]> * Update go.mod to pull in latest kubernetes_platform package Signed-off-by: droctothorpe <[email protected]> Co-authored-by: edmondop <[email protected]> Co-authored-by: tarat44 <[email protected]> --------- Signed-off-by: droctothorpe <[email protected]> Co-authored-by: edmondop <[email protected]> Co-authored-by: tarat44 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2983a7d - Browse repository at this point
Copy the full SHA 2983a7dView commit details
Commits on Feb 23, 2024
-
feat(components): Add configurable image prefix to llm utility method
PiperOrigin-RevId: 609560776
Googler committedFeb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 544d1fd - Browse repository at this point
Copy the full SHA 544d1fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c306b - Browse repository at this point
Copy the full SHA 43c306bView commit details -
feat(components): Add CMEK support to
preview.llm.rlhf_pipeline
PiperOrigin-RevId: 609832020
Googler committedFeb 23, 2024 Configuration menu - View commit details
-
Copy full SHA for 3dbf3cf - Browse repository at this point
Copy the full SHA 3dbf3cfView commit details
Commits on Feb 24, 2024
-
feat(Backend + SDK): Update kfp backend and kubernetes sdk to support…
… ConfigMaps as volumes and as env variables (kubeflow#10483) * Update kfp backend and kubernetes sdk to support ConfigMaps as volumes and as env Signed-off-by: Alexey Roytman <[email protected]> * update go.mod, apiserver.csv and driver.csv Signed-off-by: Alexey Roytman <[email protected]> * add test/snapshot/data files Signed-off-by: Alexey Roytman <[email protected]> * fix tests Signed-off-by: Alexey Roytman <[email protected]> * go mod tidy Signed-off-by: Alexey Roytman <[email protected]> * update backend/third_party_licenses/apiserver.csv Signed-off-by: Alexey Roytman <[email protected]> * update backend/third_party_licenses/apiserver.csv Signed-off-by: Alexey Roytman <[email protected]> * fix comments Signed-off-by: Alexey Roytman <[email protected]> * fix comments Signed-off-by: Alexey Roytman <[email protected]> * update go.mod, apiserver.csv and driver.csv Signed-off-by: Alexey Roytman <[email protected]> --------- Signed-off-by: Alexey Roytman <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1edd85f - Browse repository at this point
Copy the full SHA 1edd85fView commit details
Commits on Feb 27, 2024
-
feat(components): Release Forecasting training pipelines to V1 namespace
PiperOrigin-RevId: 610830518
Googler committedFeb 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 1f6ada6 - Browse repository at this point
Copy the full SHA 1f6ada6View commit details -
fix(sdk): Prevents dsl.ParallelFor over single parameter from compili…
…ng. (kubeflow#10494) * fix(sdk): Prevents dsl.ParallelFor over single paramter from compiling. * fix(sdk): Prevents dsl.ParallelFor over single paramter from compiling. * update PR number in release notes * formatting * Add compiler_test.py test for single param compile failure * Update some docstrings and add todo * formatting * Update sdk/python/kfp/compiler/compiler_test.py Co-authored-by: Connor McCarthy <[email protected]> * Update sdk/python/kfp/compiler/compiler_test.py Co-authored-by: Connor McCarthy <[email protected]> * Update sdk/python/kfp/dsl/for_loop.py Co-authored-by: Connor McCarthy <[email protected]> * Use print_and_return and other small changes * typo * typo --------- Co-authored-by: Connor McCarthy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 144761c - Browse repository at this point
Copy the full SHA 144761cView commit details
Commits on Feb 28, 2024
-
fix(components): Pass tuned model checkpoint to inference pipeline af…
…ter RLHF tuning PiperOrigin-RevId: 610918020
Googler committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 755c1f9 - Browse repository at this point
Copy the full SHA 755c1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c051e55 - Browse repository at this point
Copy the full SHA c051e55View commit details -
fix(components): rename custom task calibration_score_rubric -> score…
…_rubric PiperOrigin-RevId: 611161020
Googler committedFeb 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 0b1553e - Browse repository at this point
Copy the full SHA 0b1553eView commit details
Commits on Mar 4, 2024
-
chore(components): Switch default machine type for LLM Text Generatio…
…n Eval pipeline and components to e2-standard-4 PiperOrigin-RevId: 612531671
Configuration menu - View commit details
-
Copy full SHA for bab4373 - Browse repository at this point
Copy the full SHA bab4373View commit details -
fix(components): Propagate location to sub-components in AutoSxS
PiperOrigin-RevId: 612553652
Configuration menu - View commit details
-
Copy full SHA for 624fc04 - Browse repository at this point
Copy the full SHA 624fc04View commit details -
feat(backend + SDK): Add backend and SDK support to use Kubernetes Fi…
…eldPath as env (kubeflow#10496) Signed-off-by: Tommy Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd0c17d - Browse repository at this point
Copy the full SHA dd0c17dView commit details
Commits on Mar 5, 2024
-
chore(components): Change docker image URI used by
preview.llm
pipe……lines PiperOrigin-RevId: 612662160
Googler committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for c3895ba - Browse repository at this point
Copy the full SHA c3895baView commit details -
fix(docs): Updated legal info due to migration from CLA to DCO (kubef…
…low#10501) * Updated legal info due to migration from CLA to DCO Signed-off-by: hbelmiro <[email protected]> * Updated DCO link Signed-off-by: hbelmiro <[email protected]> --------- Signed-off-by: hbelmiro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0cf4ad - Browse repository at this point
Copy the full SHA c0cf4adView commit details -
feat(backend + SDK): Add Backend and SDK support for timeout in pod s…
…pec (kubeflow#10481) * Add backend and sdk support for pod spec timeout Signed-off-by: Tommy Li <[email protected]> * fix conflicts Signed-off-by: Tommy Li <[email protected]> --------- Signed-off-by: Tommy Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b734420 - Browse repository at this point
Copy the full SHA b734420View commit details -
fix(components): Return None as sliced feature attribution values for…
… the classes which are not predicted in bp outputs PiperOrigin-RevId: 612920651
Googler committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 19a24e3 - Browse repository at this point
Copy the full SHA 19a24e3View commit details -
feat(components): Add CMEK validation to
preview.llm.infer_pipeline
PiperOrigin-RevId: 612956960
Googler committedMar 5, 2024 Configuration menu - View commit details
-
Copy full SHA for b7ea6e7 - Browse repository at this point
Copy the full SHA b7ea6e7View commit details -
feat(Backend + SDK): Update kfp backend and kubernetes sdk to support…
… ImagePullPolicy (kubeflow#10417) * feat(Backend + SDK): Update kfp backend and kubernetes sdk to support ImagePullPolicy. Signed-off-by: Revital Sur <[email protected]> * Fix format. Signed-off-by: Revital Sur <[email protected]> * Update apiserver.csv. Signed-off-by: Revital Sur <[email protected]> * Update licenses. Signed-off-by: Revital Sur <[email protected]> --------- Signed-off-by: Revital Sur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83cabab - Browse repository at this point
Copy the full SHA 83cababView commit details -
docs(components): fix
create_custom_training_job_from_component
doc……s rendering PiperOrigin-RevId: 612985431
Configuration menu - View commit details
-
Copy full SHA for 547a8ae - Browse repository at this point
Copy the full SHA 547a8aeView commit details
Commits on Mar 6, 2024
-
feat(components): Implement the train time evaluation in reward model…
… training. With the train time eval dataset available, the pipeline outputs the accuracy and cross entropy metrics to the log PiperOrigin-RevId: 613057150
Googler committedMar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for 731cb81 - Browse repository at this point
Copy the full SHA 731cb81View commit details -
fix(samples): Updated samples/core to V2 (kubeflow#9879)
* Updated output_a_directory.py to V2 * Update output_a_directory_test.py to V2 * Update parallel_join.py to V2 * Update multiple_outputs.ipynb to V2 * Update multiple_outputs_test.py to V2 * Updated kfp_env_validation to V2 * Updated loop_parallelism to V2
Configuration menu - View commit details
-
Copy full SHA for 1d96903 - Browse repository at this point
Copy the full SHA 1d96903View commit details -
chore(components): Consolidate validation components in `preview.llm.…
…rlhf_pipeline` PiperOrigin-RevId: 613366137
Googler committedMar 6, 2024 Configuration menu - View commit details
-
Copy full SHA for ad85bad - Browse repository at this point
Copy the full SHA ad85badView commit details
Commits on Mar 7, 2024
-
feat(backend): Upgrade go version to 1.20 (kubeflow#10502)
* upgrade go version to 1.21 Signed-off-by: Tommy Li <[email protected]> * upgrade integration test to go 1.21 Signed-off-by: Tommy Li <[email protected]> * refresh go mod tidy Signed-off-by: Tommy Li <[email protected]> * fix license Signed-off-by: Tommy Li <[email protected]> * update go-sqlite3 to v1.14.19 to support go 1.21 on cache server Signed-off-by: Tommy Li <[email protected]> * downgrade go version to 1.20 and revert dockerfile upgrade Signed-off-by: Tommy Li <[email protected]> --------- Signed-off-by: Tommy Li <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b96b7bc - Browse repository at this point
Copy the full SHA b96b7bcView commit details
Commits on Mar 11, 2024
-
docs(components): Modify the GetModel documentation
PiperOrigin-RevId: 614771557
Googler committedMar 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 33064b8 - Browse repository at this point
Copy the full SHA 33064b8View commit details -
chore(components): Update AutoSxS and RLHF image tags
PiperOrigin-RevId: 614785091
Googler committedMar 11, 2024 Configuration menu - View commit details
-
Copy full SHA for ea56a40 - Browse repository at this point
Copy the full SHA ea56a40View commit details
Commits on Mar 12, 2024
-
fix(backend): Fixes response status of http error code when uploading…
… duplicate pipeline [Fixes kubeflow#10311] (kubeflow#10546) Validate the error code of pipeline creation in order to return the status conflict when the error represents AlreadyExists. Signed-off-by: champon1020 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96eb87c - Browse repository at this point
Copy the full SHA 96eb87cView commit details
Commits on Mar 13, 2024
-
chore: Change stalebot rules (kubeflow#10547)
daysUntilClose is set to 90 days. This is too much for an issue to keep opened as there is daysUntilStale set to 90 days. That would keep an issue opened for 6 months, and now there are +600 issues opened in the repository. We need to start working on keeping the repository healthy. Signed-off-by: Ricardo M. Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ac0fdb - Browse repository at this point
Copy the full SHA 8ac0fdbView commit details -
fix(kubernetes_platform): Add optional field to SecretAsVolume and Co…
…nfigMapAsVolume. Fixes kubeflow#10548 (kubeflow#10549) * fix(kubernetes_platform): Add optional field to SecretAsVolume and ConfigMapAsVolume. Signed-off-by: Revital Sur <[email protected]> * Update comment. Signed-off-by: Revital Sur <[email protected]> --------- Signed-off-by: Revital Sur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9253c7a - Browse repository at this point
Copy the full SHA 9253c7aView commit details -
feat(components): Add CMEK support to AutoSxS pipeline
PiperOrigin-RevId: 615498240
Configuration menu - View commit details
-
Copy full SHA for 8ccd7a1 - Browse repository at this point
Copy the full SHA 8ccd7a1View commit details -
feat(components): Update _LLM_EVAL_VERSION to v0.6
PiperOrigin-RevId: 615562899
Googler committedMar 13, 2024 Configuration menu - View commit details
-
Copy full SHA for 1b65da4 - Browse repository at this point
Copy the full SHA 1b65da4View commit details
Commits on Mar 14, 2024
-
chore(components): update container image of endpoint batch predict c…
…omponent for vulnerability patch PiperOrigin-RevId: 615593420
Configuration menu - View commit details
-
Copy full SHA for 8015528 - Browse repository at this point
Copy the full SHA 8015528View commit details -
chore(backend): Update kfp driver and launcher images (kubeflow#10561)
Signed-off-by: Chen Sun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0f3815 - Browse repository at this point
Copy the full SHA a0f3815View commit details -
fix(components): Add relevant component and pipeline inputs/outputs t…
…o support creating ModelEvaluations as part of the AutoSxS Metrics component PiperOrigin-RevId: 615675169
Googler committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 2abe91e - Browse repository at this point
Copy the full SHA 2abe91eView commit details -
feat(components): Release Forecasting training pipelines to V1 namespace
PiperOrigin-RevId: 615914679
Googler committedMar 14, 2024 Configuration menu - View commit details
-
Copy full SHA for ab549ef - Browse repository at this point
Copy the full SHA ab549efView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d90770 - Browse repository at this point
Copy the full SHA 4d90770View commit details -
feat(components): Add location validation to
preview.llm.rlhf_pipeline
PiperOrigin-RevId: 616229944
Googler committedMar 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 361c16f - Browse repository at this point
Copy the full SHA 361c16fView commit details -
Revert "chore(release): bumped version to 2.1.0"
This reverts commit 4d90770.
Configuration menu - View commit details
-
Copy full SHA for 140d51a - Browse repository at this point
Copy the full SHA 140d51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e15de - Browse repository at this point
Copy the full SHA 54e15deView commit details
Commits on Mar 16, 2024
-
fix(samples): Update resource_spec, retry, secret samples to v2 pipel…
…ines (kubeflow#9876) * Update resource_spec, retry, secret samples to v2 pipelines * Update resource_spec, retry, secret samples to v2 pipelines
Configuration menu - View commit details
-
Copy full SHA for a9a433c - Browse repository at this point
Copy the full SHA a9a433cView commit details
Commits on Mar 18, 2024
-
fix: Modified the comment/text for pipeline_version_id (kubeflow#10581)
Signed-off-by: Achyut Madhusudan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f3d17d - Browse repository at this point
Copy the full SHA 0f3d17dView commit details -
chore(components): Update AutoSxS and RLHF image tags
PiperOrigin-RevId: 616895855
Googler committedMar 18, 2024 Configuration menu - View commit details
-
Copy full SHA for 30878e3 - Browse repository at this point
Copy the full SHA 30878e3View commit details -
chore: Update api-generator to use golang 1.20 (kubeflow#10580)
Signed-off-by: Chen Sun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba3f663 - Browse repository at this point
Copy the full SHA ba3f663View commit details
Commits on Mar 19, 2024
-
fix(docs): make full version dropdown show on all KFP SDK docs versio…
…ns (kubeflow#10577) Signed-off-by: connor-mccarthy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3e2de4 - Browse repository at this point
Copy the full SHA d3e2de4View commit details -
feat(components): Implement new component to preprocess and validate …
…inputs for rlhf PiperOrigin-RevId: 617285265
Googler committedMar 19, 2024 Configuration menu - View commit details
-
Copy full SHA for 0ece6d0 - Browse repository at this point
Copy the full SHA 0ece6d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 196ca48 - Browse repository at this point
Copy the full SHA 196ca48View commit details
Commits on Mar 20, 2024
-
fix(components): Fix missing pipeline parameters
PiperOrigin-RevId: 617579452
Googler committedMar 20, 2024 Configuration menu - View commit details
-
Copy full SHA for 5c06ab4 - Browse repository at this point
Copy the full SHA 5c06ab4View commit details
Commits on Mar 21, 2024
-
chore: Update release image (kubeflow#10599)
Signed-off-by: Chen Sun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7b580e - Browse repository at this point
Copy the full SHA a7b580eView commit details -
fix(components): Remove the unused resolve_candidate_columns from fun…
…ction_based PiperOrigin-RevId: 617802429
Googler committedMar 21, 2024 Configuration menu - View commit details
-
Copy full SHA for a42ded1 - Browse repository at this point
Copy the full SHA a42ded1View commit details -
fix: Modified the swagger json files according to the modified proto …
…files. (kubeflow#10591) Signed-off-by: Achyut Madhusudan <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc971c9 - Browse repository at this point
Copy the full SHA cc971c9View commit details
Commits on Mar 22, 2024
-
feat(components): Copy text generation eval and text classification e…
…vak pipelines from preview to v1 PiperOrigin-RevId: 618017914
Googler committedMar 22, 2024 Configuration menu - View commit details
-
Copy full SHA for 6ce3dc5 - Browse repository at this point
Copy the full SHA 6ce3dc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d68a7f - Browse repository at this point
Copy the full SHA 0d68a7fView commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f328f0b - Browse repository at this point
Copy the full SHA f328f0bView commit details -
feat(components): Report TensorBoard metrics for `preview.llm.rlhf_pi…
…peline` in real time PiperOrigin-RevId: 618924675
Googler committedMar 25, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d8069b - Browse repository at this point
Copy the full SHA 3d8069bView commit details -
feat(kubernetes_platform): Update kubernetes_platform go package to i…
…nclude generic ephemerl volume (kubeflow#10602) * feat(kubernetes_platform): Update kubernetes_platform go package to include Generic Ephemeral Volume resources Signed-off-by: abaland <[email protected]> * feat(kubernetes_platform): Update kubernetes_platform go package to include Generic Ephemeral Volume resources (include metadata) Signed-off-by: abaland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fc1492 - Browse repository at this point
Copy the full SHA 2fc1492View commit details -
fix(metadata envoy): upgrade envoy and config from 1.12 to 1.27 (kube…
…flow#10589) Signed-off-by: Rentaro Matsukata <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96aaad9 - Browse repository at this point
Copy the full SHA 96aaad9View commit details
Commits on Mar 26, 2024
-
fix(components): Remove the unused resolve_data_paths from function_b…
…ased PiperOrigin-RevId: 619026115
Googler committedMar 26, 2024 Configuration menu - View commit details
-
Copy full SHA for c386913 - Browse repository at this point
Copy the full SHA c386913View commit details -
chore: Add Question issue template (kubeflow#10557)
Signed-off-by: Ricardo M. Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06af0dc - Browse repository at this point
Copy the full SHA 06af0dcView commit details -
feat(kubernetes_platform): Update kubernetes_platform go package to i…
…nclude node affinities and pod (anti)affinities (kubeflow#10583) * feat(kubernetes_platform): Update kubernetes_platform go package to include nodeaffinities and pod (anti)affinities Signed-off-by: Cornelis Boon <[email protected]> * rename affinity objects and fields to match k8s spec semantics Signed-off-by: Cornelis Boon <[email protected]> * rename *AffinityRule -> *AffinityTerm and add missing affinity data Signed-off-by: Cornelis Boon <[email protected]> --------- Signed-off-by: Cornelis Boon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f8cae2 - Browse repository at this point
Copy the full SHA 4f8cae2View commit details
Commits on Mar 27, 2024
-
chore(components): Add test machine spec support to
preview.llm
pip……elines PiperOrigin-RevId: 619378459
Googler committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for 91ee010 - Browse repository at this point
Copy the full SHA 91ee010View commit details -
fix(components): Ensure
preview.llm.rlhf_pipeline
runs if no `tenso……rboard_id` is provided PiperOrigin-RevId: 619646459
Googler committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for ff0d0a7 - Browse repository at this point
Copy the full SHA ff0d0a7View commit details -
fix(components): Remove the unused functions from function_based
PiperOrigin-RevId: 619665186
Googler committedMar 27, 2024 Configuration menu - View commit details
-
Copy full SHA for e052dc8 - Browse repository at this point
Copy the full SHA e052dc8View commit details
Commits on Mar 28, 2024
-
feat(components): Add model name preprocess component; Use publisher …
…model if user uploaded model is non-tuned PiperOrigin-RevId: 619714978
Googler committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 084f2c2 - Browse repository at this point
Copy the full SHA 084f2c2View commit details -
feat(components): add task_type as a parameter to rlaif
PiperOrigin-RevId: 619744783
Googler committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 64d288a - Browse repository at this point
Copy the full SHA 64d288aView commit details -
feat(components): AutoSxS GA pending release
PiperOrigin-RevId: 619748191
Googler committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for aee464c - Browse repository at this point
Copy the full SHA aee464cView commit details -
fix(components): Update service account comment
PiperOrigin-RevId: 619982662
Googler committedMar 28, 2024 Configuration menu - View commit details
-
Copy full SHA for bf444ac - Browse repository at this point
Copy the full SHA bf444acView commit details -
chore(components): GCPC 2.12.0 Release
PiperOrigin-RevId: 619990671
Configuration menu - View commit details
-
Copy full SHA for 14e9b7b - Browse repository at this point
Copy the full SHA 14e9b7bView commit details -
Update loop_output.py example for the new parallel loop type requirem…
…ent (kubeflow#10637) Signed-off-by: tomcli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afddae9 - Browse repository at this point
Copy the full SHA afddae9View commit details
Commits on Mar 30, 2024
-
feat(components): Added support for text-bison@002 to preview.llm.rlh…
…f_pipeline PiperOrigin-RevId: 620516628
Googler committedMar 30, 2024 Configuration menu - View commit details
-
Copy full SHA for 2f27751 - Browse repository at this point
Copy the full SHA 2f27751View commit details
Commits on Mar 31, 2024
-
PiperOrigin-RevId: 620699930
Configuration menu - View commit details
-
Copy full SHA for 79d0a5c - Browse repository at this point
Copy the full SHA 79d0a5cView commit details
Commits on Apr 1, 2024
-
fix(components): Make AutoSxS autorater_prompt_parameters required
PiperOrigin-RevId: 620855438
Configuration menu - View commit details
-
Copy full SHA for df20088 - Browse repository at this point
Copy the full SHA df20088View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2903afa - Browse repository at this point
Copy the full SHA 2903afaView commit details -
chore(components): Update kserve component to v0.12.0 (kubeflow#10652)
Signed-off-by: tomcli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f80bfd4 - Browse repository at this point
Copy the full SHA f80bfd4View commit details
Commits on Apr 3, 2024
-
fix(backend): Update backend common code and integration tests with u…
…pdated API Service Params (kubeflow#10640) * fix(backend): Refactor backend common code to use updated API Service Params Signed-off-by: Giulio Frasca <[email protected]> * fix(backend): Fix Backend int tests to use updated API Service Params Signed-off-by: Giulio Frasca <[email protected]> * WIP: fix(backend): Manually correct the proto schemes to include https - **NOTE**: this was manually updated, tested, and verified locally uploading for CI check - It appears when regenerating the backend API, something in the generation libraries changed and now default the scheme to just http, not http+https, which appears to break tests. - Need to figure out what options to provide api generators to revert DefaultScheme to include https again automatically Signed-off-by: Giulio Frasca <[email protected]> * chore: Update small syntax change in SWF expected test result check Signed-off-by: Giulio Frasca <[email protected]> * chore: Update backend .proto files to include http and https scheme Signed-off-by: Giulio Frasca <[email protected]> --------- Signed-off-by: Giulio Frasca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b2a099 - Browse repository at this point
Copy the full SHA 8b2a099View commit details -
fix(Backend + SDK): Add missing optional field to SecretAsVolume and … (
kubeflow#10550) * fix(Backend + SDK): Add missing optional field to SecretAsVolume and ConfigMapAsVolume. Signed-off-by: Revital Sur <[email protected]> * Update after rebase. Signed-off-by: Revital Sur <[email protected]> * Update after rebase. Signed-off-by: Revital Sur <[email protected]> * Update after merge. Signed-off-by: Revital Sur <[email protected]> * Updates after merge with master branch. Signed-off-by: Revital Sur <[email protected]> --------- Signed-off-by: Revital Sur <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a78dc77 - Browse repository at this point
Copy the full SHA a78dc77View commit details
Commits on Apr 4, 2024
-
chore(manifests): refactor manifests for kustomize5 compatibility. Pa…
…rt of kubeflow#10053 (kubeflow#10087) * refactor ml-pipeline component for kustomize5 compatibility Signed-off-by: Alin Spinu <[email protected]> * rm bk folder Signed-off-by: Alin Spinu <[email protected]> * fix kustomizations using auto kustomize edit Signed-off-by: Alin Spinu <[email protected]> * fix env/aws Signed-off-by: Alin Spinu <[email protected]> * fix kustomize version v5.0.3 in tests Signed-off-by: Alin Spinu <[email protected]> * minor changes to manifest apply method in pipeline deployment script Signed-off-by: Alin Spinu <[email protected]> * fix Signed-off-by: Alin Spinu <[email protected]> * fix kustomize release Signed-off-by: Alin Spinu <[email protected]> * fix archive Signed-off-by: Alin Spinu <[email protected]> * fix bin Signed-off-by: Alin Spinu <[email protected]> * replace patchStrategicMerge refs in test manifests Signed-off-by: Alin Spinu <[email protected]> * replace kustomize version with 5.2.1 Signed-off-by: Alin Spinu <[email protected]> * replace all kustomize versions with 5.2.1 Signed-off-by: Alin Spinu <[email protected]> --------- Signed-off-by: Alin Spinu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af08576 - Browse repository at this point
Copy the full SHA af08576View commit details -
fix(components): Fix model eval import error in text generation/class…
…ification eval pipeline PiperOrigin-RevId: 621897220
Googler committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 7630f85 - Browse repository at this point
Copy the full SHA 7630f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5216a82 - Browse repository at this point
Copy the full SHA 5216a82View commit details
Commits on Apr 5, 2024
-
chore(deps): bump follow-redirects from 1.6.1 to 1.15.6 in /frontend (k…
…ubeflow#10575) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.6.1 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.6.1...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed0d9fa - Browse repository at this point
Copy the full SHA ed0d9faView commit details -
chore(deps): bump pillow from 10.0.1 to 10.3.0 in /backend/src/apiser…
…ver/visualization (kubeflow#10658) Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](python-pillow/Pillow@10.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3564a93 - Browse repository at this point
Copy the full SHA 3564a93View commit details -
fix(components): Remove the unused generate_default_instruction and r…
…esolve_upload_location from function_based PiperOrigin-RevId: 622081254
Googler committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for e9d8764 - Browse repository at this point
Copy the full SHA e9d8764View commit details -
chore(deps): bump express from 4.18.2 to 4.19.2 in /frontend (kubeflo…
…w#10639) Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7da0b0b - Browse repository at this point
Copy the full SHA 7da0b0bView commit details -
chore: Update argo images to 3.4.16 (kubeflow#10618)
Signed-off-by: Chen Sun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4471808 - Browse repository at this point
Copy the full SHA 4471808View commit details -
feat(components): Use larger base reward model when tuning
text
and…… `chat` variants of `bison@001` with the `preview.llm.rlhf_pipeline` PiperOrigin-RevId: 622229648
Googler committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for ac39931 - Browse repository at this point
Copy the full SHA ac39931View commit details
Commits on Apr 9, 2024
-
chore(deps): bump follow-redirects from 1.5.10 to 1.15.6 in /frontend…
…/server (kubeflow#10574) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.10 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.5.10...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca474f0 - Browse repository at this point
Copy the full SHA ca474f0View commit details -
chore(sample): add note about secret needing to be pre-created (kubef…
…low#10659) these samples currently only work on the Google Cloud distribution because of hardcoded secret name that only pre-exists there. 1 extract the hardcoded secret name to a const to make it a little easier to change 2 add a note about it. Signed-off-by: Greg Sheremeta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f10b773 - Browse repository at this point
Copy the full SHA f10b773View commit details -
Chore(components): Clean up old ibm components (kubeflow#10680)
* remove deprecated ibm components Signed-off-by: tomcli <[email protected]> * update linkage to the ibm components Signed-off-by: tomcli <[email protected]> --------- Signed-off-by: tomcli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce639ee - Browse repository at this point
Copy the full SHA ce639eeView commit details -
chore(components): Update AutoSxS and RLHF image tags
PiperOrigin-RevId: 623200033
Googler committedApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for 6491df6 - Browse repository at this point
Copy the full SHA 6491df6View commit details -
feat(sdk+backend): Add support for generic ephemeral volume (kubeflow…
…#10605) * feat(sdk+backend): Add add_ephemeral_volume method to python sdk + add support to backend Signed-off-by: abaland <[email protected]> * feat(sdk+backend): Add add_ephemeral_volume method to python sdk + add support to backend Signed-off-by: abaland <[email protected]> * chore: upgrade go module + go mod tidy Signed-off-by: abaland <[email protected]> * chore: upgrade license files Signed-off-by: abaland <[email protected]> --------- Signed-off-by: abaland <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fb76a8 - Browse repository at this point
Copy the full SHA 3fb76a8View commit details
Commits on Apr 10, 2024
-
feat(components): Use larger base reward model when tuning
t5-xxl
w……ith the `preview.llm.rlhf_pipeline` PiperOrigin-RevId: 623336791
Googler committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for ff7f660 - Browse repository at this point
Copy the full SHA ff7f660View commit details
Commits on Apr 11, 2024
-
chore(backend): Promote @rimolive as the backend reviewer (kubeflow#1…
…0689) Signed-off-by: tomcli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcaf5b7 - Browse repository at this point
Copy the full SHA bcaf5b7View commit details -
chore(sdk): release
kfp-kubernetes
1.2.0 (kubeflow#10692)Signed-off-by: connor-mccarthy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f481f21 - Browse repository at this point
Copy the full SHA f481f21View commit details
Commits on Apr 12, 2024
-
chore(sdk): make
kfp-kubernetes
release instructions public (kubefl……ow#10693) Signed-off-by: connor-mccarthy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00894ca - Browse repository at this point
Copy the full SHA 00894caView commit details -
chore(kfp-kubernetes): change type of affinity weight to int32 (kubef…
…low#10671) Signed-off-by: Cornelis Boon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78ace3c - Browse repository at this point
Copy the full SHA 78ace3cView commit details
Commits on Apr 13, 2024
-
fix(components): Fix image version parameter in rl pipelines
PiperOrigin-RevId: 624348564
Googler committedApr 13, 2024 Configuration menu - View commit details
-
Copy full SHA for cef6e51 - Browse repository at this point
Copy the full SHA cef6e51View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb3b24b - Browse repository at this point
Copy the full SHA cb3b24bView commit details
Commits on Apr 16, 2024
-
feat(backend): Merge kfp-tekton backend code (kubeflow#10678)
* Merge kfp-tekton backend code Signed-off-by: Ricardo M. Oliveira <[email protected]> * Add swf work Signed-off-by: Ricardo M. Oliveira <[email protected]> --------- Signed-off-by: Ricardo M. Oliveira <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60a443e - Browse repository at this point
Copy the full SHA 60a443eView commit details -
Signed-off-by: Giulio Frasca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5d22d5 - Browse repository at this point
Copy the full SHA c5d22d5View commit details -
Signed-off-by: Giulio Frasca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 490dfd4 - Browse repository at this point
Copy the full SHA 490dfd4View commit details -
Signed-off-by: Giulio Frasca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46256a2 - Browse repository at this point
Copy the full SHA 46256a2View commit details -
Add NodeStatus pod name retrieval function
- Argo 3.4.16 upgrade introduces a breaking change with inconsistent node.ID vs node.Name - introduce a function in workflow.go to conditionally handle this Signed-off-by: Giulio Frasca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a95e1cb - Browse repository at this point
Copy the full SHA a95e1cbView commit details -
Remove PNS Executor manifests and containerRuntimeExecutor ConfigMap Key
- PNS Executor was removed in Argo v3.4, so manifests no longer valid - WorkflowController will fail to start if `containerRuntimeExecutor` provided as input parameter, so remove from WC ConfigMap and CM patches Signed-off-by: Giulio Frasca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e7f86e5 - Browse repository at this point
Copy the full SHA e7f86e5View commit details -
fix(frontend): Fix Sidebar tabs to work with argo pod name-id mismatch
- Stemming from upgrade to argo 3.4, Pod Name is no longer always the same as NodeID, which breaks a few tabs (PodInfo, PodEvents and PodLogs). Add function to address this Signed-off-by: Giulio Frasca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b81122 - Browse repository at this point
Copy the full SHA 2b81122View commit details -
test: update frontend CI to accommodate pod id/name changes
Signed-off-by: Giulio Frasca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e33f2f - Browse repository at this point
Copy the full SHA 3e33f2fView commit details