Skip to main content

Tools

Command-line tools included with the Voyager SDK. Use these to run inference, compile and deploy models, benchmark hardware, and manage devices.

ToolWhat it does
install.shSDK installer. Sets up the Python virtual environment and downloads model dependencies. Run this first.
axdeviceList connected Metis devices, show firmware versions, and manage device configuration.
inference.pyRun any model on Metis hardware. The primary everyday tool for inference, display, and benchmarking.
deploy.pyCompile and deploy a model from a YAML definition. Used for custom weights and new architectures.
axrunmodelRun a compiled model directly against the AIPU to measure peak hardware throughput. Advanced benchmarking.