English | 简体中文
Please refer to the following steps to compile, install and verify paddlepaddle_metax.
# Please contact Metax customer support (https://sw-download.metax-tech.com) to obtain the SDK image
# Clone PaddleCustomDevice source code
git clone https://github.com/PaddlePaddle/Paddle-Metax.git
# Pull Paddle dependencies and third-party libraries
git submodule sync --recursive && git submodule update --init --recursive
# Install
bash build_inc.sh# Run tests
cd tests
bash run_test.sh -j3