".github/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "e25e525fde9bf0cca585c2b610a078b284f5bc87"
Unverified Commit 18798ff9 authored by Rick Ho's avatar Rick Ho Committed by GitHub
Browse files

fix example relative path in chinese readme

parent 7d695acb
...@@ -52,11 +52,11 @@ model = fmoefy(model, num_experts=<number of experts per worker>) ...@@ -52,11 +52,11 @@ model = fmoefy(model, num_experts=<number of experts per worker>)
train(model, ...) train(model, ...)
``` ```
一个更详细的在 Megatron-LM 中使用 `fmoefy` 函数的样例参见[此处](examples/megatron). 一个更详细的在 Megatron-LM 中使用 `fmoefy` 函数的样例参见[此处](../examples/megatron).
### 将 FastMoE 作为一个网络模块使用 ### 将 FastMoE 作为一个网络模块使用
一个使用 FastMoE 的 Transformer 模型见[这个示例](examples/transformer-xl). 一个使用 FastMoE 的 Transformer 模型见[这个示例](../examples/transformer-xl).
最简单的使用方式是使用 `FMoE` 层来代替 `MLP` 层. 最简单的使用方式是使用 `FMoE` 层来代替 `MLP` 层.
### 分布式地使用 FastMoE ### 分布式地使用 FastMoE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment