From ea1b5d195930555dac4629e13f0e739945742610 Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Fri, 19 Apr 2024 13:52:07 +0900 Subject: [PATCH] [TRE-3153] Replace machine-learning-agent with mlops-agent - Add mlops-agent - Remove machine-learning-agent Change-Id: If2a607c3de9bb3e52010c0fbd24e8ba2d41b1975 Signed-off-by: Sangjung Woo --- packaging/domain-apis-machinelearning.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/domain-apis-machinelearning.inc b/packaging/domain-apis-machinelearning.inc index b13b401..c5b557c 100644 --- a/packaging/domain-apis-machinelearning.inc +++ b/packaging/domain-apis-machinelearning.inc @@ -23,7 +23,6 @@ Requires: nnstreamer-flatbuf Requires: nnstreamer-protobuf Requires: nnstreamer-datarepo Requires: nnstreamer-edge -Requires: machine-learning-agent %ifarch x86_64 aarch64 Suggests: nnstreamer-tensorflow %ifnarch riscv64 @@ -60,6 +59,7 @@ Learning models on the device locally. %package sub2-domain_API-MachineLearning-Service Summary: Machine Service and its API Requires: capi-machine-learning-service +Requires: mlops-agent %description sub2-domain_API-MachineLearning-Service With ML Service APIs, users may register intelligence pipelines for other processes and fetch such registered pipelines. -- 2.34.1