You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/pcb-anomaly-detection/how-to-guides/use-npu-for-inference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The pipeline `pcb_anomaly_detection_npu` in pipeline-server-config contains NPU
57
57
58
58
>If you're running a single instance and using an `NGINX_HTTPS_PORT` other than the default 443, replace `<HOST_IP>` with `<HOST_IP>:<NGINX_HTTPS_PORT>`.
59
59
```sh
60
-
curl http://<HOST_IP>/api/pipelines/user_defined_pipelines/pcb_anomaly_detection_npu -X POST -H 'Content-Type: application/json' -d '{
60
+
curl -k https://<HOST_IP>/api/pipelines/user_defined_pipelines/pcb_anomaly_detection_npu -X POST -H 'Content-Type: application/json' -d '{
Copy file name to clipboardExpand all lines: manufacturing-ai-suite/industrial-edge-insights-vision/docs/user-guide/weld-porosity/how-to-guides/use-npu-for-inference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ The pipeline `weld_porosity_classification_npu` in pipeline-server-config contai
57
57
58
58
>If you're running a single instance and using an `NGINX_HTTPS_PORT` other than the default 443, replace `<HOST_IP>` with `<HOST_IP>:<NGINX_HTTPS_PORT>`.
59
59
```sh
60
-
curl http://<HOST_IP>/api/pipelines/user_defined_pipelines/weld_porosity_classification_npu -X POST -H 'Content-Type: application/json' -d '{
60
+
curl -k https://<HOST_IP>/api/pipelines/user_defined_pipelines/weld_porosity_classification_npu -X POST -H 'Content-Type: application/json' -d '{
0 commit comments