Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
FastMoE
Commits
18798ff9
Unverified
Commit
18798ff9
authored
Mar 05, 2021
by
Rick Ho
Committed by
GitHub
Mar 05, 2021
Browse files
fix example relative path in chinese readme
parent
7d695acb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/readme-cn.md
doc/readme-cn.md
+2
-2
No files found.
doc/readme-cn.md
View file @
18798ff9
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment