Skip to content

Commit

Permalink
addons: add onnx addon
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 19, 2024
1 parent 7dca8d9 commit 404c7a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/common.deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ if [[ ! -d score-addon-puara ]]; then
git clone --recursive -j16 https://github.com/ossia/score-addon-puara
fi

if [[ ! -d score-addon-onnx ]]; then
git clone --recursive -j16 https://github.com/ossia/score-addon-onnx
fi

)


0 comments on commit 404c7a8

Please sign in to comment.