Skip to content

Commit

Permalink
nearly there
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 21, 2023
1 parent e6958c3 commit 1c4a2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="./st-moe.png" width="450px"></img>

## ST-MoE - Pytorch (wip)
## ST-MoE - Pytorch

Implementation of <a href="https://arxiv.org/abs/2202.08906">ST-MoE</a>, the latest incarnation of mixture of experts after years of research at Brain, in Pytorch. Will be largely a transcription of the <a href="https://github.com/tensorflow/mesh/blob/master/mesh_tensorflow/transformer/moe.py">official Mesh Tensorflow implementation</a>. If you have any papers you think should be added, while I have my attention on mixture of experts, please open an issue.

Expand Down

0 comments on commit 1c4a2aa

Please sign in to comment.