Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.24 KB

File metadata and controls

44 lines (25 loc) · 1.24 KB

TOSA Adapter for Model Explorer

TOSA Adapter for google-ai-edge/model-explorer that enables visualization of TOSA files.

Requirements

  • Python >= 3.10

Installation

pip + PyPI

pip install tosa-adapter-model-explorer

GitHub

gh release download \
--repo arm/tosa-adapter-model-explorer \
--pattern "*.whl" &&
pip install *.whl

Or through the GitHub Releases UI.

Usage

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.

Trademark notice

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

Contributions

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