From: rajdeep11 Date: Fri, 28 Jun 2024 10:59:11 +0000 (+0530) Subject: changes in the qoe training function code X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F21%2F13121%2F2;p=aiml-fw%2Faimlfw-dep.git changes in the qoe training function code and deprecated the last release code Change-Id: I4b91065998ba363d543550c88d20e93e82c7590e Signed-off-by: rajdeep11 --- diff --git a/samples/qoe/qoe_pipeline_h_release.py b/samples/qoe/qoe_pipeline_h_release_deprecated.py similarity index 100% rename from samples/qoe/qoe_pipeline_h_release.py rename to samples/qoe/qoe_pipeline_h_release_deprecated.py diff --git a/samples/qoe/qoe_pipeline_j_release.py b/samples/qoe/qoe_pipeline_j_release.py index 659c9a2..b0c08a0 100644 --- a/samples/qoe/qoe_pipeline_j_release.py +++ b/samples/qoe/qoe_pipeline_j_release.py @@ -2,6 +2,7 @@ import kfp import kfp.dsl as dsl from kfp.dsl import InputPath, OutputPath from kfp.dsl import component as component +from kfp import kubernetes @component(base_image="traininghost/pipelineimage:latest")