Get Started#
Typically, you need to go through the following steps to install and test the SDK on your system:
Prepare Your System
Each platform has its own requirements for installing the SDK and Runtime. Ensure your system meets the requirements before proceeding. More details can be found in the following sections.
Install SDK
The SDK tools are used to compile, test, and run models in Python. Detailed instructions can be found in the Installing MemryX SDK Tools section.
Install Runtime
The Runtime is required to deploy compiled models on the MemryX AI Accelerator (MXA) chips. Detailed instructions can be found in the Install Runtime (Linux) and Install Runtime (Windows) sections.
Setup Hardware
The MemryX AI Accelerator (MXA) hardware is required to run compiled models. Detailed instructions can be found in the Hardware Setup section.
Run Hello MXA
Once the SDK, Runtime, and hardware are installed, you can run the Hello MXA example to test the setup. Detailed instructions can be found in the Hello, MXA! section.
If you don’t have access to the hardware, you can use the Simulator to test the setup. Detailed instructions can be found in the Hello, MobileNet! section.