Commit 77a7433
authored
[train]: fix bug of deepseek_v4 support pr. (#47)
# Description
Bug fix
PR Description
It is missed in previous deepseek_v4 support pr. And it will cause error
when moe forwarding. It is only used in moe bias_act_func currently.
## Type of change
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Infra/Build change (changes to CI/CD workflows or build scripts)
- [ ] Code refactoring
- [ ] Documentation change
- [✅ ] Bug fix
- [ ] Breaking change
## Changes
- Content 1
- Content 2
- Content 3
- Content 4
## Checklist
- [ ] I have read and followed the contributing guidelines
- [ ] The functionality is complete
- [ ] I have commented my code, particularly in coverage report
uploading steps
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added/updated tests that prove my feature works
- [ ] New and existing unit tests pass locally1 parent 5fbc23a commit 77a7433
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
939 | 939 | | |
940 | 940 | | |
941 | 941 | | |
| 942 | + | |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
942 | 951 | | |
943 | 952 | | |
944 | 953 | | |
| |||
0 commit comments