Skip to content

Commit

Permalink
Install tvm runtime in release
Browse files Browse the repository at this point in the history
  • Loading branch information
ljkeller committed Feb 13, 2024
1 parent 763d817 commit d2ac328
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ INSTALL_DIR=/opt/spark
mkdir -p "${INSTALL_DIR}"

cp -r ./app/exe/* "${INSTALL_DIR}"
cp ./app/runtime_deps/libtvm_runtime.so /usr/lib64/
cat ./app/weston_conf/weston.ini.append >> /etc/xdg/weston/weston.ini

echo "SPARK installed successfully. Restarting Weston for changes to take effect."
Expand Down

0 comments on commit d2ac328

Please sign in to comment.