From e9a632375f7859a6a3e5b2a1f6b98515aa5af9b0 Mon Sep 17 00:00:00 2001 From: Roc <30228238+sljlp@users.noreply.github.com> Date: Sat, 16 Apr 2022 12:09:36 +0800 Subject: [PATCH] Moe ref (#41864) * moe ref * ref commit; test=document_fix * update; test=document_fix * update test=document_fix * update; test=document_fix --- .../paddle/incubate/distributed/models/moe/gate/naive_gate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/incubate/distributed/models/moe/gate/naive_gate.py b/python/paddle/incubate/distributed/models/moe/gate/naive_gate.py index 491d1f95e1..c3c6868544 100644 --- a/python/paddle/incubate/distributed/models/moe/gate/naive_gate.py +++ b/python/paddle/incubate/distributed/models/moe/gate/naive_gate.py @@ -13,7 +13,7 @@ # limitations under the License. # # The file has been adapted from the file: -# https://github.com/laekov/fastmoe/blob/master/fmoe/gates/gshard_gate.py +# https://github.com/laekov/fastmoe/blob/master/fmoe/gates/naive_gate.py # Git commit hash: 295a615aacce7e54a37e7935274ba15e901c78e4 # We retain the following license from the original files: # Copyright 2021, Jiaao He. All rights reserved. -- GitLab