From c9ccc0eb662cea3f45f278d553165687995d28ed Mon Sep 17 00:00:00 2001 From: Rick Ho Date: Tue, 30 May 2023 14:15:59 +0800 Subject: [PATCH] release note v1.0.1 --- doc/release-note.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/release-note.md b/doc/release-note.md index 5cf877d5..2034a7e8 100644 --- a/doc/release-note.md +++ b/doc/release-note.md @@ -1,3 +1,19 @@ +## v1.0.1 + +### Compatibility + +* PyTorch 2.0 supported. +* Megatron-LM 2.5 supported. + +### Documentation + +* A detailed [installation guide]([installation-guide.md](https://github.com/laekov/fastmoe/blob/master/doc/installation-guide.md) thanks to @santurini + +### Performance related + +* Generalize FasterMoE's schedule to `n_expert > 1` and more bug fixes. +* Synchronization reduction thanks to @Fragile-azalea + ## v1.0.0 ### FasterMoE