快速开始
ShimetaPi 软件源(mirrors.shimetapi.cn)为板卡提供 AI 工具软件下载服务。所有安装脚本仅使用 wget 从本站下载,板卡能访问网络即可安装。
一键安装
在板卡的 shell 中执行:
# AI 运行时(主安装包,自动获取最新版本)
wget https://mirrors.shimetapi.cn/repos/GK7206/shimeta-ai/install.sh -O - | sh
# SVP 模型包
wget https://mirrors.shimetapi.cn/repos/GK7206/shimeta-ai/install_models.sh -O - | sh
# shimeta-Python 3.11 环境(自动获取最新版本)
wget https://mirrors.shimetapi.cn/repos/GK7206/shimeta-py/install_python.sh -O - | sh
安装指定版本
在管道命令后通过 sh -s -- 传参:
# 安装 AI 运行时 v1.2.1
wget https://mirrors.shimetapi.cn/repos/GK7206/shimeta-ai/install.sh -O - | sh -s -- -v 1.2.1
# 安装 Python 环境 v1.0.2
wget https://mirrors.shimetapi.cn/repos/GK7206/shimeta-py/install_python.sh -O - | sh -s -- -v 1.0.2
安装说明
| 组件 | 文档 |
|---|---|
| AI 运行时(主安装包) | GK7206 AI 运行时安装 |
| Python 3.11 环境 | Python 环境安装 |
| SVP 模型包 | SVP 模型安装 |
| Windows 工作台 | ShiMetaPi Workbench |
| 常见问题 | 常见问题 |
旧版脚本路径(
/repos/GK7206/install_v1.0.0.sh等)仍可访问,内容已同步为最新;建议使用上述新路径。