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

feat: add liger kernel with fused cross entropy loss #93

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Oct 16, 2024

  1. initial implementation of fused-linear-loss on llama

    Signed-off-by: 1000850000 user <[email protected]>
    Signed-off-by: Anh Uong <[email protected]>
    achew010 authored and anhuong committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fe14d28 View commit details
    Browse the repository at this point in the history
  2. syntax fixes and remove unused code

    Signed-off-by: Anh Uong <[email protected]>
    achew010 authored and anhuong committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    a554ac8 View commit details
    Browse the repository at this point in the history
  3. add new num_logits_to_keep arg for llama.forward()

    Signed-off-by: Anh Uong <[email protected]>
    anhuong committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    33ee02a View commit details
    Browse the repository at this point in the history
  4. add mixtral model patch

    Signed-off-by: Anh Uong <[email protected]>
    anhuong committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4322843 View commit details
    Browse the repository at this point in the history
  5. add mistral and granite model patch

    Signed-off-by: Anh Uong <[email protected]>
    anhuong committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    05cdbe6 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. add benchmark

    Signed-off-by: Anh Uong <[email protected]>
    anhuong committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    b898968 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. add new liger benchmarks

    Signed-off-by: Anh Uong <[email protected]>
    anhuong authored and fabianlim committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    9454927 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into fused-cross-entropylo…

    …ss-simplified
    
    Signed-off-by: Yu Chin Fabian Lim <[email protected]>
    fabianlim committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0aab2c6 View commit details
    Browse the repository at this point in the history
  3. some fixes

    Signed-off-by: Yu Chin Fabian Lim <[email protected]>
    fabianlim committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    2c202ef View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. revise benches

    Signed-off-by: Yu Chin Fabian Lim <[email protected]>
    fabianlim committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    12ebdb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. refactor to fused_ops

    Signed-off-by: Yu Chin Fabian Lim <[email protected]>
    fabianlim committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    45f1a89 View commit details
    Browse the repository at this point in the history
  2. fix fmt + lint

    Signed-off-by: Yu Chin Fabian Lim <[email protected]>
    fabianlim committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    dc075e3 View commit details
    Browse the repository at this point in the history
  3. update full benches and readme

    Signed-off-by: Yu Chin Fabian Lim <[email protected]>
    fabianlim committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a02a0a0 View commit details
    Browse the repository at this point in the history
  4. fix fast foak configs

    Signed-off-by: Yu Chin Fabian Lim <[email protected]>
    fabianlim committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1a69314 View commit details
    Browse the repository at this point in the history