VGF Adapter for Model Explorer

October 24, 2025 · View on GitHub

VGF Adapter for google-ai-edge/model-explorer that enables visualization of VGF files from the Arm ML SDK for Vulkan®.

Requirements

  • Python >=3.10, <3.14

Supported Platforms

  • Linux x86_64
  • Linux AArch64
  • MacOS AArch64
  • Windows x86_64

Installation

pip + PyPI

pip install vgf-adapter-model-explorer

GitHub

PYTHON_VERSION_TAG=311 &&
gh release download \
--repo arm/vgf-adapter-model-explorer \
--pattern "*py${PYTHON_VERSION_TAG}*.whl" &&
pip install *py${PYTHON_VERSION_TAG}*.whl

Or through the GitHub Releases UI.

Usage

Install Model Explorer:

pip install torch ai-edge-model-explorer

Launch Model Explorer with the VGF adapter enabled:

model-explorer --extensions=vgf_adapter_model_explorer

See the Model Explorer wiki for more information.

Trademark notice

Arm® is a registered trademark of Arm Limited (or its subsidiaries) in the US and/or elsewhere.

Khronos® and Vulkan® are registered trademarks, and SPIR-V™ is a trademark of the Khronos Group Inc.

Contributions

We are not accepting direct contributions at this time. If you have any feedback or feature requests, please use the repository issues section.