PaddlePaddle / PaddleNLP

👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
https://paddlenlp.readthedocs.io
Apache License 2.0
12.14k stars 2.94k forks source link

[Bugfix] fix bias optional #9037

Closed penPenf28 closed 2 months ago

penPenf28 commented 2 months ago

PR types

Bug fixes

PR changes

Models

Description

修复了fused moe算子中bias可选的问题

paddle-bot[bot] commented 2 months ago

Thanks for your contribution!

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.13%. Comparing base (2f567e6) to head (5c2e351). Report is 15 commits behind head on develop.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #9037 +/- ## =========================================== + Coverage 53.81% 54.13% +0.32% =========================================== Files 652 652 Lines 104356 105622 +1266 =========================================== + Hits 56155 57180 +1025 - Misses 48201 48442 +241 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.