On this page
tsingmicro-tsm260610
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_newPython
3.10
Major Python packages
flag_gems==5.3.4flagtree==0.6.1+tsingmicro3.3numpy==2.2.6torch==2.11.0+cputorch_txda==0.1.0+20260728.f6fbdb71torchaudio==2.11.0+cputorchvision==0.26.0+cputriton==3.6.0.post2026072919+git8f5b0609txops==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=0TORCH_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.