-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathdeployment-package.yaml
More file actions
35 lines (31 loc) · 969 Bytes
/
deployment-package.yaml
File metadata and controls
35 lines (31 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
# SPDX-License-Identifier: LicenseRef-Intel
---
specSchema: "DeploymentPackage"
schemaVersion: "0.1"
$schema: "https://schema.intel.com/catalog.orchestrator/0.1/schema"
name: "pdd"
displayName: "pdd"
description: "Pallet Defect Detection Deployment Package"
version: "2.6.0-rc1"
applications:
- name: pdd-app
version: 2.6.0-rc1
defaultNamespaces:
pdd-app: pdd
deploymentProfiles:
- name: "default"
description: "Uses CPU for inferencing"
applicationProfiles:
- application: "pdd-app"
profile: "default"
- name: "with-intel-gpu"
description: "Uses Intel GPU for inferencing, needs Intel GPU extension"
applicationProfiles:
- application: "pdd-app"
profile: "with-intel-gpu"
- name: "with-intel-npu"
description: "Uses NPU profile with privileged access enabled"
applicationProfiles:
- application: "pdd-app"
profile: "with-intel-npu"