TensorPlay AI

Installation

Choose a compute environment. CPU, CUDA 13.0, and source builds each have a direct path.

CPU

Install the stable CPU package from PyPI.

pip install tensorplay --upgrade

CUDA 13.0

Install the CUDA build from the TensorPlay wheel index.

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

Source

Clone the current official repository, then follow its build instructions to install dependencies and compile.

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

Platform configuration

  • Windows can store the wheel index in pip.ini.
  • Linux and macOS can store it in pip.conf.
  • Use the repository build guide for current Python, compiler, and CUDA requirements.
Ask DeepWiki