diff options
author | Sangjung Woo <sangjung.woo@samsung.com> | 2024-04-19 13:52:07 +0900 |
---|---|---|
committer | Sangjung Woo <sangjung.woo@samsung.com> | 2024-04-23 19:20:56 +0900 |
commit | ea1b5d195930555dac4629e13f0e739945742610 (patch) | |
tree | 54cdae5dcd3162351a403e30cd0252e1e098c1fb | |
parent | df63942d303600d42516b5e7ffdbf8fa5784555b (diff) | |
download | building-blocks-ea1b5d195930555dac4629e13f0e739945742610.tar.gz building-blocks-ea1b5d195930555dac4629e13f0e739945742610.tar.bz2 building-blocks-ea1b5d195930555dac4629e13f0e739945742610.zip |
[TRE-3153] Replace machine-learning-agent with mlops-agentaccepted/tizen/8.0/unified/20240424.115835
- Add mlops-agent
- Remove machine-learning-agent
Change-Id: If2a607c3de9bb3e52010c0fbd24e8ba2d41b1975
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
-rw-r--r-- | packaging/domain-apis-machinelearning.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |