VGF Adapter for google-ai-edge/model-explorer that enables visualization of VGF files from the Arm ML SDK for Vulkan®.
- Python >=3.10, <3.14
- Linux x86_64
- Linux AArch64
- MacOS AArch64
- Windows x86_64
pip install vgf-adapter-model-explorer
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.
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.
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.
We are not accepting direct contributions at this time. If you have any feedback or feature requests, please use the repository issues section.
