desktop_windows PLATFORM SPECIFIC
Windows Environment Setup
Configure your Windows machine for high-performance inference tracking. Follow these steps to install the core agent and configure your hardware backends.
memory System Requirements
OPERATING SYSTEM
Windows 10 / 11
64-bit architecture required
RUNTIME
Python 3.10+
Virtual environment recommended
MEMORY
8GB RAM min.
16GB+ for large model inference
terminal Installation Core
PowerShell / CMD
PS C:\Users\Admin>pip install aibench-cli
Collecting aibench-cli...
Downloading aibench_cli-2.0.4-py3-none-any.whl
Successfully installed aibench-cli-2.0.4
developer_board Supported Backends
| BACKEND | STATUS | VERSION REQ |
|---|---|---|
| ONNX CPU | check | 1.14+ |
| DirectML | check | Windows 10 1903+ |
| CUDA (NVIDIA) | check | Toolkit 11.8+ |
| OpenVINO | check | 2023.0+ |
| PyTorch (CPU) | check | 2.0+ |
settings Configuration Steps
1
Activate License
Run
python -m aibench activate YOUR-LICENSE-KEY to register your license.2
Scan Hardware
Run
python -m aibench scan to detect available CPU, GPU, and NPU devices.3
Run Benchmarks
Execute
python -m aibench run --device all to benchmark all detected devices.