Skip to content

Installation

Prerequisites

  • Python 3.9 or higher
  • pip

Install from PyPI

Currently, supertonic-mnn is available via PyPI (Example, adjust if not actually published yet, or provide git install):

pip install supertonic-mnn

Install from Source

To install the latest version from GitHub:

git clone https://github.com/vra/supertonic-mnn.git
cd supertonic-mnn
pip install .

Dependencies

The following dependencies will be automatically installed:

  • mnn>=2.0.0
  • numpy
  • soundfile
  • huggingface_hub
  • tqdm
  • requests