Install Voyager SDK
The Voyager SDK is Axelera AI's integrated software stack for deploying AI applications at the edge. To start evaluating and developing with the Metis AIPU, clone it from our GitHub repository, where we also host the software documentation.
This portal mostly covers hardware: installation and troubleshooting guides, datasheets, CAD drawings, and certifications. For the latest software changes, see the Voyager SDK release notes.
Compatibility
First, make sure you have a compatible host and the Metis module installed. See the getting-started guide for your module:
Installation guide
Follow the Voyager SDK install guide.
About Voyager SDK versions on GitHub
When you clone the Voyager SDK repository, you get the latest <major>.<minor> version. For example, if the latest version is v1.5.2, cloning gives you v1.5.2.
To switch to another minor version, use the repository tags. For example, you could check out 1.4.0 or 1.4.1 (or any older <major>.<minor> version):
git fetch --tags
git checkout tags/<tag-name>