Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up projection bias calculation (#1059)
### Description This PR fixes which attribute the tensor containing the bias for the up projection is assigned to. ### Motivation and Context Previously, the calculated bias was incorrectly being assigned to the down projection's bias instead of the up projection's bias.
- Loading branch information