forked from metax-maca/op_optimization
排版修改
This commit is contained in:
parent
50e9a1f8ba
commit
617bdcc720
|
|
@ -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 # 这里需要替换成自己的项目路径
|
|||
|
||||
### 步骤 3:pybind 编译
|
||||
|
||||
**目标:**将用 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` 脚本
|
||||
|
||||
**命令示例:**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue