commit 3f4938648950a7f3bf9a19c320ca9fae7c52de20 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Mon May 13 13:44:23 2024 +0800 [feat] cviruntime opensource for cv18xx soc. - a4b6a3, add cumsum and gatherelements_pt.
9 lines
290 B
Plaintext
9 lines
290 B
Plaintext
1. build mt binary in src directory.
|
|
2. cp binary, npz and cvimodel to ecb:
|
|
3. cp cvitek_tpu_sdk.tar.gz to evb and extract it to /mnt/data/
|
|
4. execute cmds:
|
|
# bash
|
|
# cd cvitek_tpu_sdk && source envs_tpu_sdk.sh
|
|
# ./mt mt_encoder_decoder_0_10_20_30_39_mix_2.cvimodel mt_input_x.npz
|
|
|