TOSA Adapter for google-ai-edge/model-explorer that enables visualization of TOSA files.
- Python >= 3.10
pip install tosa-adapter-model-explorer
gh release download \
--repo arm/tosa-adapter-model-explorer \
--pattern "*.whl" &&
pip install *.whl
Or through the GitHub Releases UI.
Install Model Explorer:
pip install torch ai-edge-model-explorer==0.1.25
Launch Model Explorer with the TOSA adapter enabled:
model-explorer --extensions=tosa_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.
We are not accepting direct contributions at this time. If you have any feedback or feature requests, please use the repository issues section.
