TensorPlay AI

安装

选择你的计算环境。CPU、CUDA 13.0 与源码安装都保留清晰入口。

CPU

从 PyPI 安装稳定 CPU 版本。

pip install tensorplay --upgrade

CUDA 13.0

从 TensorPlay wheel 索引安装 CUDA 构建。

pip install tensorplay --index-url https://download.tensorplay.cn/whl/cu130/

源码

克隆当前官方仓库,按照仓库中的构建说明安装依赖并编译。

git clone https://github.com/lexing-2026/TensorPlay.git

平台配置

  • Windows 可在 pip.ini 中保存 wheel 索引。
  • Linux 与 macOS 可在 pip.conf 中保存 wheel 索引。
  • 具体 Python、编译器和 CUDA 要求以仓库最新构建说明为准。
Ask DeepWiki