From bd9852e4c1207546a37e6cd16520f85a38f05ded Mon Sep 17 00:00:00 2001 From: Katja McLaughlin <57897137+katjam-sas@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:03:17 +0000 Subject: [PATCH] Update README.md --- Advanced/onnx_object_detection/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Advanced/onnx_object_detection/README.md b/Advanced/onnx_object_detection/README.md index c3e40cd..ae7fdb7 100644 --- a/Advanced/onnx_object_detection/README.md +++ b/Advanced/onnx_object_detection/README.md @@ -20,10 +20,7 @@ For more information about the source of the above files, see [Source of the Mod ### Check System Prerequisites -Check that the following system prerequisites are met. For more information, contact your system administrator. - -- A supported version of ONNX Runtime has been deployed. For more information, see [Working with ONNX Models](https://go.documentation.sas.com/doc/en/espcdc/default/espan/p0b1zsgwrsirbln1typkfoz428y9.htm). -- A persistent volume is available. In a Kubernetes environment, using ONNX models requires that when SAS Event Stream Processing is deployed, it is configured to access persistent volumes. This configuration involves applying overlays. For more information, see [Managing Persistent Volumes (PVs)](https://go.documentation.sas.com/doc/en/espcdc/default/espex/n19tbdmek5u0rdn1f31lktl95r27.htm#n1liey9g57i1ntn19mkd4pnpt7pd). +Check that a persistent volume is available. In a Kubernetes environment, using ONNX models requires that when SAS Event Stream Processing is deployed, it is configured to access persistent volumes. This configuration involves applying overlays. For more information, see [Managing Persistent Volumes (PVs)](https://go.documentation.sas.com/doc/en/espcdc/default/espex/n19tbdmek5u0rdn1f31lktl95r27.htm#n1liey9g57i1ntn19mkd4pnpt7pd) and contact your system administrator. The example is configured to use CUDA (Compute Unified Device Architecture) as the execution provider. For more information, see [Specifying Execution Providers](https://go.documentation.sas.com/doc/en/espcdc/default/espan/n04g09la3oqh59n0zls2jzllfgyf.htm). If CUDA is not available, you could adjust the w_reader window to change the execution provider to CPU.