排版修改

This commit is contained in:
wu_xy 2026-06-05 15:15:21 +08:00
parent 50e9a1f8ba
commit 617bdcc720
1 changed files with 6 additions and 6 deletions

View File

@ -83,9 +83,9 @@
### 步骤 1检查运行环境
**目标:**确认当前环境满足本模块运行要求包括编译器、MXMACA 工具链及 Python 依赖库。
**目标:** 确认当前环境满足本模块运行要求包括编译器、MXMACA 工具链及 Python 依赖库。
**操作:**检查 Python、编译工具、MXMACA 编译器及关键 Python numpy、torch、triton是否存在。
**操作:** 检查 Python、编译工具、MXMACA 编译器及关键 Python numpy、torch、triton是否存在。
**命令示例:**
@ -135,9 +135,9 @@ EOF
### 步骤 2进入项目目录
**目标:**进入本模块所需的源码目录。
**目标:** 进入本模块所需的源码目录。
**操作:**切换到指定项目路径。
**操作:** 切换到指定项目路径。
**命令示例:**
@ -154,9 +154,9 @@ cd /root/Project/fused_moe # 这里需要替换成自己的项目路径
### 步骤 3pybind 编译
**目标:**将用 C++ 编写的 fused\_moe 算子编译为 Python 可调用的 pybind 模块。
**目标:** 将用 C++ 编写的 fused\_moe 算子编译为 Python 可调用的 pybind 模块。
**操作:**运行 `fused_moe/scripts/build_fused_moe_i8_tn_pybind.sh` 脚本
**操作:** 运行 `fused_moe/scripts/build_fused_moe_i8_tn_pybind.sh` 脚本
**命令示例:**