On this page
enflame-tops1.10.6
Prerequisites
- Architecture: x86_64
- Chip models: Enflame Zixiao C200 (S60)
- Host driver: 1.10.6
- Container toolkit (optional) : tencent-container-toolkit >= 2.0.52
Image contents
Built on
harbor.baai.ac.cn/flagos-base/flagos-base-enflame-tops1.10.6:2.1.2 open_in_newPython
3.12
Major Python packages
enflame-modelopt==3.6.20260615+torch.2.11.0flag_gems==5.3.4flagtree==0.6.1+enflame3.6flash-attn==2.7.2+torch.2.11.0.gcu.3.8.20260706numpy==2.3.5pyefml==1.10.6tops-extension==3.6.20260529+torch.2.11.0topstx==1.10.6torch-gcu==2.11.0+3.8.20260713torch==2.11.0+cputorchaudio==2.11.0+cputorchcodec==3.8.20260624+torch.2.11.0torchvision==0.26.0+cputriton==3.6.0 (+ triton-gcu==3.6.0+1.0.20260722)
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
TORCH_GCU_ENABLE_INT64_AND_UINT64=1ENABLE_I64_CHECK=0TORCHGCU_INDUCTOR_ENABLE=1ENFLAME_PT_OP_DEBUG_CONFIG=fallback_cpu=all_ops
Launch
With the container toolkit (optional):
docker run --rm -it \
--network host \
-e ENFLAME_VISIBLE_DEVICES=all \
-e TENCENT_VISIBLE_DEVICES=all \
harbor.baai.ac.cn/flagos-runtime/flagos-runtime-enflame-tops1.10.6:2.1.2 bash
Without a toolkit — plain docker / podman:
docker run --rm -it \
--privileged \
-v /dev:/dev \
harbor.baai.ac.cn/flagos-runtime/flagos-runtime-enflame-tops1.10.6:2.1.2 bash
Verify
Inside the container, confirm the accelerator is visible:
efsmi
Last updated 15 Aug 2026, 12:51 +0800.