Nvidia Support
Last updated
Last updated
The ONNX-Cuda runtime is available on both x86_64 machines (for eg. machines with Nvidia RTX 4090, A100, etc.) and AARCH64 machine (for eg. Jetson Orin AGX, Jetson Xavier NX, etc.).
For the AI Manager to work on the machine with Nvidia GPUs, the machine needs to have CUDA properly installed, in which case these conditions needs to be met:
This file /proc/driver/nvidia/version
needs to be available.
This file /usr/local/cuda/version.json
needs to be available and contain the install CUDA version. An example of the file should like this:
The nvidia-smi
command should be installed and has to be compatible with the installed Nvidia drivers.
A compatible JetPack version needs to be installed. You can verify that by running this command:
The command returns the version of the installed NVIDIA JetPack SDK.
First setup to setup the runtime manually is to download the correct runtime library for the relevant machine using one of the links below:
When the download is complete, unpack the archive in this directory using this command:
then, create a file named installed_runtime.txt
in the same directory and set its content as ONNX-CUDA
using this command:
After that, for changes to take effect, restart the Nx server using this command:
For systems using NVIDIA's JetPack SDK, especially recent installations, the networkoptix-metavms
user might not automatically be added to the render
group. This group membership is essential for the Network Optix AI Manager plugin to fully utilize NVIDIA GPUs for hardware acceleration. While this process will be automated in a future Nx Server release, for now, you can manually add the user to the render
group by following these steps:
First, verify whether the render
group exists on your system:
Expected Output
If the render
group exists, you will see output similar to:
This indicates that the group exists and lists the users currently in the group.
No Output
If there's no output, the render
group does not exist on your system. In this case, there's no need to continue with the next steps. Y
Run the following command to add the user to the render
group:
Explanation of the Command:
sudo
runs the command with administrative privileges.
usermod
is used to modify user accounts.
-aG
appends the user to the specified group(s) without removing them from others.
render
is the group you're adding the user to.
networkoptix-metavms
is the username for the Network Optix VMS user.
Confirm that the networkoptix-metavms
user has been added to the render
group:
Expected Output
The command will list all groups the user is a part of. You should see render
included in the list.
For the changes to take effect, restart the Network Optix media server service:
This command restarts the service, allowing it to recognize the updated group permissions.
Before trying to install the runtime, make sure that the Nvidia GPU and CUDA version are supported by reviewing , and that they correctly installed by checking the conditions above.
If the AI Manager doesn't work even when the conditions above are met, please refer to our .