Skip to content

Commit 0ff6331

Browse files
authored
[DOCS] [IRD Vision] added instruction to run gpu npu in helm (#2187)
1 parent 1319e41 commit 0ff6331

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pallet-defect-detection/get-started/deploy-with-helm.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,21 @@
171171
```
172172

173173
> **Note:**- This would start the pipeline. You can view the inference stream on WebRTC by opening a browser and navigating to https://<HOST_IP>:30443/mediamtx/pdd/ for Pallet Defect Detection. If you're running helm using an `NGINX_HTTPS_PORT` other than the default 30443, replace `<HOST_IP>` with `<HOST_IP>:<NGINX_HTTPS_PORT>`.
174+
175+
### Starting GPU and NPU based pipelines
176+
For GPU and NPU based pipelines, ensure you have done the necessary [setup](../how-to-guides/use-gpu-for-inference.md#deploying-with-helm) from here, and start the respective pipelines as following.
177+
178+
**For GPU-based pipelines:**
179+
180+
```sh
181+
./sample_start.sh helm -p pallet_defect_detection_gpu
182+
```
183+
184+
**For NPU-based pipelines:**
185+
186+
```sh
187+
./sample_start.sh helm -p pallet_defect_detection_npu
188+
```
174189
175190
5. Get status of pipeline instance(s) running.
176191

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/get-started/deploy-with-helm.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,21 @@
163163
> **Note:** This would start the pipeline. You can view the inference stream on WebRTC by
164164
> opening a browser and navigating to `https://<HOST_IP>:30443/mediamtx/anomaly/` for PCB Anomaly Detection.
165165
> If you're running helm using an NGINX_HTTPS_PORT other than the default 30443, replace 30443 with <NGINX_HTTPS_PORT>.
166+
167+
### Starting GPU and NPU based pipelines
168+
For GPU and NPU based pipelines, ensure you have done the necessary [setup](../how-to-guides/use-gpu-for-inference.md#deploying-with-helm) from here, and start the respective pipelines as following.
169+
170+
**For GPU-based pipelines:**
171+
172+
```sh
173+
./sample_start.sh helm -p pcb_anomaly_detection_gpu
174+
```
175+
176+
**For NPU-based pipelines:**
177+
178+
```sh
179+
./sample_start.sh helm -p pcb_anomaly_detection_npu
180+
```
166181

167182
5. Get status of pipeline instance(s) running.
168183

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/get-started/deploy-with-helm.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,21 @@
161161

162162
> **Note:**- This would start the pipeline. You can view the inference stream on WebRTC by opening a browser and navigating to https://<HOST_IP>:30443/mediamtx/weld/
163163
>If you're running helm using an `NGINX_HTTPS_PORT` other than the default 30443, replace `<HOST_IP>` with `<HOST_IP>:<NGINX_HTTPS_PORT>`.
164+
165+
### Starting GPU and NPU based pipelines
166+
For GPU and NPU based pipelines, ensure you have done the necessary [setup](../how-to-guides/use-gpu-for-inference.md#deploying-with-helm) from here, and start the respective pipelines as following.
167+
168+
**For GPU-based pipelines:**
169+
170+
```sh
171+
./sample_start.sh helm -p weld_porosity_classification_gpu
172+
```
173+
174+
**For NPU-based pipelines:**
175+
176+
```sh
177+
./sample_start.sh helm -p weld_porosity_classification_npu
178+
```
164179

165180
5. Get status of pipeline instance(s) running.
166181

manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/worker-safety-gear-detection/get-started/deploy-with-helm.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,21 @@
159159
> **Note:** This would start the pipeline. You can view the inference stream on WebRTC by
160160
> opening a browser and navigating to `https://<HOST_IP>:30443/mediamtx/worker_safety/` for Worker Safety gear detection.
161161
> If you're running helm using an NGINX_HTTPS_PORT other than the default 30443, replace 30443 with <NGINX_HTTPS_PORT>.
162+
163+
### Starting GPU and NPU based pipelines
164+
For GPU and NPU based pipelines, ensure you have done the necessary [setup](../how-to-guides/use-gpu-for-inference.md#deploying-with-helm) from here, and start the respective pipelines as following.
165+
166+
**For GPU-based pipelines:**
167+
168+
```sh
169+
./sample_start.sh helm -p worker_safety_gear_detection_gpu
170+
```
171+
172+
**For NPU-based pipelines:**
173+
174+
```sh
175+
./sample_start.sh helm -p worker_safety_gear_detection_npu
176+
```
162177
163178
5. Get status of pipeline instance(s) running.
164179

0 commit comments

Comments
 (0)