1 Star 0 Fork 184

baochangjin/torchair

forked from Ascend/torchair 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_and_install.sh 176 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
set -e
set -o pipefail
rm -rf build
mkdir build
cd build
if [ -n "$1" ]; then
cmake -DTORCHAIR_INSTALL_DST=$1 ..
else
cmake ..
fi
make install_torchair -j8
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/photoker/torchair.git
git@gitee.com:photoker/torchair.git
photoker
torchair
torchair
master

搜索帮助