On this page
enflame-tops1.10.6
前置条件
- 架构: x86_64
- 芯片型号: Enflame Zixiao C200 (S60)
- 宿主机驱动: 1.10.6
- 容器工具包 (可选) : tencent-container-toolkit >= 2.0.52
镜像内容
基于
harbor.baai.ac.cn/flagos-base/flagos-base-enflame-tops1.10.6:2.1.2 open_in_newPython
3.12
主要 Python 软件包
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)
切换编译器
本镜像同时包含 FlagTree(默认)和 Triton。在容器内执行 compiler triton 可切换到 Triton,执行 compiler flagtree 切回,执行 compiler 查看当前编译器。
环境变量
TORCH_GCU_ENABLE_INT64_AND_UINT64=1ENABLE_I64_CHECK=0TORCHGCU_INDUCTOR_ENABLE=1ENFLAME_PT_OP_DEBUG_CONFIG=fallback_cpu=all_ops
启动
使用容器工具包 (可选):
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
无需工具包 —— 直接使用 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
验证
在容器内,确认加速器可见:
efsmi
Last updated 15 Aug 2026, 12:51 +0800.