1 Star 0 Fork 192

王笑天/torchair

forked from Ascend/torchair 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
configure 276 Bytes
一键复制 编辑 原始数据 按行查看 历史
medivh-xp 提交于 2023-07-06 17:27 . torch air framework supported now
#!/bin/bash
set -e
set -o pipefail
if [ -z "$PYTHON_BIN_PATH" ]; then
PYTHON_BIN_PATH=$(which python3 || which python || true)
fi
# Set all env variables
CONFIGURE_DIR=$(dirname "$0")
"$PYTHON_BIN_PATH" "${CONFIGURE_DIR}/configure.py" "$@"
echo "Configuration finished"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wangxiaotian22/torchair.git
git@gitee.com:wangxiaotian22/torchair.git
wangxiaotian22
torchair
torchair
master

搜索帮助