Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Transpose weight matrix based on fan_in_fan_out condition in PiSSA initialization (#2103) #2104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 26, 2024

  1. FIX: Transpose weight matrix based on fan_in_fan_out condition in PiS…

    …SA initialization (huggingface#2103)
    
    Previously, the weight matrix was converted to float32 without considering the need for transposition. This update ensures that the weight matrix is transposed when the fan_in_fan_out condition is met, resolving dimension mismatch issues during GPT-2 training.
    Yang Su committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    2a513f6 View commit details
    Browse the repository at this point in the history