Closed hertschuh closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 82.10%. Comparing base (
b91cfe5
) to head (2c0802d
). Report is 41 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
…tensor.
Previously, if an non-bool
attention_mask
was passed and no other mask was passed, the originalattention_mask
was returned unchanged.Now, it is always cast to bool.