Skip to content

Hardware Setup

Provision the box, choose how inference runs (GPU vs CPU), and wire it into your plant network before installing the software.

TierCPUGPURAMInference mode
Lite8-core x86_6416 GBCPU-only
Pro8-core x86_64NVIDIA T4 / A232 GBTensorRT-ready
Max16-core x86_64NVIDIA L4 / A1064 GBMulti-model
EdgeNVIDIA Jetson (Orin / Xavier)integrated16–32 GBTensorRT on L4T (arm64)

If the box has an NVIDIA GPU (Pro, Max, or Jetson tiers), the operating-system image must have these in place before you install Xisom:

  • A compatible NVIDIA driver for the GPU.
  • The NVIDIA Container Toolkit, so containers can access the GPU.
  • For Jetson modules: an L4T (arm64) base image with the toolkit wired in.

The inference runtime picks an execution provider that matches your hardware. You choose the matching profile when you install (see Offline Bundle Install).

Best performance. Uses the NVIDIA GPU with TensorRT acceleration for the lowest inference latency. Available on Pro, Max, and Jetson tiers.

  • Requires the NVIDIA driver + Container Toolkit on the host.
  • The first run compiles a TensorRT engine — expect a 2–3 minute warm-up before the inference service reports healthy.
  • One LAN port for management (dashboard + API).
  • An optional second port for the OT network where your sensors and PLCs live.
  • Outbound HTTPS to your license and update servers, if used (configurable allowlist). Air-gapped sites install from the offline bundle and need no outbound access.
  1. Connect power and both network ports.
  2. Browse to https://your-device-ip (replace with the box’s management IP).
  3. Sign in with the admin account created during install.
  4. Continue to Connect an input datasource.
  • GPU box falling back to CPU, or stuck unhealthy on first boot — see the Troubleshooting runbook.