Prerequisites

  • Architecture: x86_64
  • Chip models: Tsingmicro TX8110
  • Host driver: 260610164501.01
  • Container toolkit (optional) : tx-container-toolkit >= 2.5.0

Image contents

Built on

harbor.baai.ac.cn/flagos-base/flagos-base-tsingmicro-tsm260610:2.1.2 open_in_new

Python

3.10

Major Python packages

  • flag_gems==5.3.4
  • flagtree==0.6.1+tsingmicro3.3
  • numpy==2.2.6
  • torch==2.11.0+cpu
  • torch_txda==0.1.0+20260728.f6fbdb71
  • torchaudio==2.11.0+cpu
  • torchvision==0.26.0+cpu
  • triton==3.6.0.post2026072919+git8f5b0609
  • txops==0.1.0+20260716.e94d9509

Switch compiler

This image includes both FlagTree (default) and Triton. To switch, run compiler triton inside the container. Use compiler flagtree to switch back, or compiler to check the active compiler.

Environment

  • USE_TORCH_XLA=0
  • TORCH_COMPILE_DISABLE=1

Launch

With the container toolkit (optional):

  docker run --rm -it \
  --runtime=tsingmicro \
  -e TSINGMICRO_VISIBLE_DEVICES=all \
  harbor.baai.ac.cn/flagos-runtime/flagos-runtime-tsingmicro-tsm260610:2.1.2 bash
  

Without a toolkit — plain docker / podman:

  docker run --rm -it \
  --device /dev/accel \
  --device /dev/accel_drv_mgr \
  harbor.baai.ac.cn/flagos-runtime/flagos-runtime-tsingmicro-tsm260610:2.1.2 bash
  

Verify

Inside the container, confirm the accelerator is visible:

  tsm_smi
  

Last updated 15 Aug 2026, 12:51 +0800. history