| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Masahiro Tanaka <mtanaka@anyscale.com>
After deepspeedai#7986, `tests/unit/moe/test_moe.py::TestTopkGate::test` started failing because the expected mask changed. This was caught by the full CI run ([log](https://github.com/deepspeedai/DeepSpeed/actions/runs/25724245746)). This PR updates `TestTopkGate`'s `drop_policy='probs'` expected mask for the `logits2` case to match the probability-based capacity selection introduced by deepspeedai#7986. Signed-off-by: Masahiro Tanaka <mtanaka@anyscale.com> Signed-off-by: nathon-lee <leejianwoo@gmail.com>
After deepspeedai#7986, `tests/unit/moe/test_moe.py::TestTopkGate::test` started failing because the expected mask changed. This was caught by the full CI run ([log](https://github.com/deepspeedai/DeepSpeed/actions/runs/25724245746)). This PR updates `TestTopkGate`'s `drop_policy='probs'` expected mask for the `logits2` case to match the probability-based capacity selection introduced by deepspeedai#7986. Signed-off-by: Masahiro Tanaka <mtanaka@anyscale.com>
| Back | FazBrowse Home | New Git URL |
After #7986, tests/unit/moe/test_moe.py::TestTopkGate::test started failing because the expected mask changed. This was caught by the full CI run (log).
This PR updates TestTopkGate's drop_policy='probs' expected mask for the logits2 case to match the probability-based capacity selection introduced by #7986.