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

Modifier Refactor OBCQ Implementation #1737

Merged
merged 189 commits into from
Oct 11, 2023
Merged

Modifier Refactor OBCQ Implementation #1737

merged 189 commits into from
Oct 11, 2023

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    bd729f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    0476a14 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. scaffolding

    Satrat committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    e9c4e95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07a7273 View commit details
    Browse the repository at this point in the history
  3. Updated

    natuan committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    73ccd2e View commit details
    Browse the repository at this point in the history
  4. Updated

    natuan committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f742f4a View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    7c2d3d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4c5d8 View commit details
    Browse the repository at this point in the history
  3. Fix llama-2 key

    anmarques committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c181380 View commit details
    Browse the repository at this point in the history
  4. Add modelutils

    anmarques committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    dd0f5f8 View commit details
    Browse the repository at this point in the history
  5. Make smoothquant optional

    anmarques committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    99f8bbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db901e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48ebe81 View commit details
    Browse the repository at this point in the history
  8. Fix typo

    anmarques committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2be7def View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fb346ad View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c4fc152 View commit details
    Browse the repository at this point in the history
  11. Redifinition of seqlen

    anmarques committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    2b50607 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Runable OPT main code path

    natuan committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    15b2c10 View commit details
    Browse the repository at this point in the history
  2. mpt modifier

    Satrat committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    34c3d84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cac803 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    a3934c2 View commit details
    Browse the repository at this point in the history
  2. State before rebasing

    anmarques committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6a35b7f View commit details
    Browse the repository at this point in the history
  3. State before rebasing

    anmarques committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    e02abb2 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/tuan/sparsegpt' into research/sp…

    …arsegpt/llama2
    
    # Conflicts:
    #	src/sparseml/experimental/sparsegpt/dispatch.py
    #	src/sparseml/experimental/sparsegpt/layer_compressor.py
    #	src/sparseml/experimental/sparsegpt/main.py
    #	src/sparseml/experimental/sparsegpt/model_preprocessor.py
    #	src/sparseml/experimental/sparsegpt/opt.py
    #	src/sparseml/experimental/sparsegpt/sequential.py
    #	src/sparseml/experimental/sparsegpt/sparsegpt.py
    anmarques committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2fb9e66 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Initial support for MPT

    natuan committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    466213c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    d953be4 View commit details
    Browse the repository at this point in the history
  2. Initial commit for Llama2

    natuan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7fc49ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff5b9a1 View commit details
    Browse the repository at this point in the history
  4. working refactor

    Satrat committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    090af1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    594339f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5750edf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c22fa1 View commit details
    Browse the repository at this point in the history
  8. SmoothQuant enabled

    natuan committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f3f9119 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2a6817 View commit details
    Browse the repository at this point in the history
  10. remove unsued files

    Satrat committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fa934c5 View commit details
    Browse the repository at this point in the history
  11. remove unsued files

    Satrat committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    a0deb44 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    42aef3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6682784 View commit details
    Browse the repository at this point in the history
  3. move to transformers subdir

    Satrat committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    59d1a72 View commit details
    Browse the repository at this point in the history
  4. quality

    Satrat committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    96b9248 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2471e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    5b0f190 View commit details
    Browse the repository at this point in the history
  2. fix modifier inheritance

    Satrat committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4e24413 View commit details
    Browse the repository at this point in the history
  3. PR comments, serialization

    Satrat committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    836464d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b511c9 View commit details
    Browse the repository at this point in the history
  5. clean up recipe

    Satrat committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    39bfbbf View commit details
    Browse the repository at this point in the history
  6. Rebase

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    aced1d8 View commit details
    Browse the repository at this point in the history
  7. Rebase

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6f3d188 View commit details
    Browse the repository at this point in the history
  8. Rebase

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ae6c2e2 View commit details
    Browse the repository at this point in the history
  9. Rebase

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ae2f8e0 View commit details
    Browse the repository at this point in the history
  10. Fix call to model eval

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b52e0b4 View commit details
    Browse the repository at this point in the history
  11. Fixes to caching

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3647653 View commit details
    Browse the repository at this point in the history
  12. Add support for llama2

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4652fcf View commit details
    Browse the repository at this point in the history
  13. Fix ptq-only option

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a81ba7b View commit details
    Browse the repository at this point in the history
  14. revert quant modifier

    Satrat committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f4f0a63 View commit details
    Browse the repository at this point in the history
  15. Fixes

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4e72fd6 View commit details
    Browse the repository at this point in the history
  16. Rebase

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    751a5ac View commit details
    Browse the repository at this point in the history
  17. Rebase

    anmarques committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    71e8473 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Bugs fixed

    natuan committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    48dd147 View commit details
    Browse the repository at this point in the history
  2. Rebase

    anmarques committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    924992c View commit details
    Browse the repository at this point in the history
  3. Rebase

    anmarques committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7b28a38 View commit details
    Browse the repository at this point in the history
  4. Rebase

    anmarques committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    ebf00e8 View commit details
    Browse the repository at this point in the history
  5. Rebase

    anmarques committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    4aa9e62 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c19d386 View commit details
    Browse the repository at this point in the history
  7. Rebase

    anmarques committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6200f18 View commit details
    Browse the repository at this point in the history
  8. Rebase

    anmarques committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6444a94 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    b8452a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    f04ca6f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. docstrings

    Satrat committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    83b23f7 View commit details
    Browse the repository at this point in the history
  2. docstrings

    Satrat committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    a32321c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Rebase

    anmarques committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1bb260a View commit details
    Browse the repository at this point in the history
  2. Rebase

    anmarques committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2bb221f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16cd0e5 View commit details
    Browse the repository at this point in the history
  4. working llama example

    Satrat committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8967b20 View commit details
    Browse the repository at this point in the history
  5. Evaluate model in eval mode

    anmarques committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    bba4cbb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. rebase

    anmarques committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    19f8610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e89c17f View commit details
    Browse the repository at this point in the history
  3. Fix model key for llama2

    anmarques committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    3bd26e0 View commit details
    Browse the repository at this point in the history
  4. Fix model key for llama2

    anmarques committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9307286 View commit details
    Browse the repository at this point in the history
  5. Fix dataset loading

    anmarques committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    daf66cf View commit details
    Browse the repository at this point in the history
  6. leave outputs as list

    anmarques committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d5f4b62 View commit details
    Browse the repository at this point in the history
  7. Clean up

    anmarques committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    75539d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    355f5c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    c745492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc73e15 View commit details
    Browse the repository at this point in the history
  3. initialization

    Satrat committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5438e05 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    4d0fdc3 View commit details
    Browse the repository at this point in the history
  2. Updated

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    0d00837 View commit details
    Browse the repository at this point in the history
  3. Updated

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e4a4878 View commit details
    Browse the repository at this point in the history
  4. Runable OPT main code path

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bb00c20 View commit details
    Browse the repository at this point in the history
  5. Initial support for MPT

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    277ee89 View commit details
    Browse the repository at this point in the history
  6. Initial commit for Llama2

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b454e26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e459c92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da511e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42a2845 View commit details
    Browse the repository at this point in the history
  10. SmoothQuant enabled

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    55ddec5 View commit details
    Browse the repository at this point in the history
  11. Bugs fixed

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    aaa68a1 View commit details
    Browse the repository at this point in the history
  12. Make load data more flexible

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    cbc9360 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f48cef6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    80f9208 View commit details
    Browse the repository at this point in the history
  15. Formatting

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    e61dc21 View commit details
    Browse the repository at this point in the history
  16. Copyright

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    dff49e3 View commit details
    Browse the repository at this point in the history
  17. Fix code styles

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c63001d View commit details
    Browse the repository at this point in the history
  18. Format

    natuan committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    bd213a5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    32cf3c9 View commit details
    Browse the repository at this point in the history
  20. Name fixes

    anmarques committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c2afba0 View commit details
    Browse the repository at this point in the history
  21. RecipeModifiers working

    Satrat committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    996c533 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    aacdd54 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4dab25c View commit details
    Browse the repository at this point in the history
  24. remove unused buffer

    anmarques committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    5ae7a87 View commit details
    Browse the repository at this point in the history
  25. Support for smoothquant

    anmarques committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ef9da3a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. fix import errors

    markurtz committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    9635acb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Reformat smoothquant dict

    anmarques committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    5845359 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3166d0 View commit details
    Browse the repository at this point in the history
  3. perplexity evaluation for opt

    Satrat committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8e797c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. modifiers loading in stages

    Satrat committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7ecd5c6 View commit details
    Browse the repository at this point in the history
  2. adding test files

    Satrat committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3e2954e View commit details
    Browse the repository at this point in the history
  3. merge with base and update

    Satrat committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5eed10d View commit details
    Browse the repository at this point in the history
  4. Rebase

    anmarques committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0807ba6 View commit details
    Browse the repository at this point in the history
  5. Rebase

    anmarques committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    3137424 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72f1d33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69bb017 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a08733 View commit details
    Browse the repository at this point in the history
  9. Fix counter

    anmarques committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    69494db View commit details
    Browse the repository at this point in the history
  10. Rebase

    anmarques committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b4fccfb View commit details
    Browse the repository at this point in the history
  11. Rebase

    anmarques committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    ad9d7ea View commit details
    Browse the repository at this point in the history
  12. Rebase

    anmarques committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4bcf07b View commit details
    Browse the repository at this point in the history
  13. Rebase

    anmarques committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a981621 View commit details
    Browse the repository at this point in the history
  14. Add license message

    anmarques committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5d9bbfb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b83b02 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e857729 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b134431 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    55027ce View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    925fa61 View commit details
    Browse the repository at this point in the history
  20. Update opt integration

    anmarques committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e88aa5d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    55eecc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    bc5798d View commit details
    Browse the repository at this point in the history
  2. remove e2e files

    Satrat committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a35581d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71869be View commit details
    Browse the repository at this point in the history
  4. leave_enabled fixes

    Satrat committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2d04ea0 View commit details
    Browse the repository at this point in the history
  5. fixing evals and finalization

    Satrat committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7b182e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    031c539 View commit details
    Browse the repository at this point in the history
  2. remove local files

    Satrat committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ddf35be View commit details
    Browse the repository at this point in the history
  3. style and base obcq modifier

    Satrat committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4e3fd35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c34fae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8015028 View commit details
    Browse the repository at this point in the history
  6. obcq working

    Satrat committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    727928f View commit details
    Browse the repository at this point in the history
  7. Add test

    rahul-tuli committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6c2255f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    abeedb7 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. update llama example recipe

    Satrat committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c7848e5 View commit details
    Browse the repository at this point in the history
  2. fix recipe staging issue

    Satrat committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    571d21d View commit details
    Browse the repository at this point in the history
  3. style

    Satrat committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    952e4ee View commit details
    Browse the repository at this point in the history
  4. style fixes

    Satrat committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ed8e0ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7236de7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. reorg file structure

    Satrat committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    42a235b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef0ef18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d1c716 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    8887b61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4597497 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1d15c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfd7f84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05e0efb View commit details
    Browse the repository at this point in the history
  6. moving obcq script

    Satrat committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    be06113 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. quant fix, prunen and m

    Satrat committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    629f9c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13ac2b9 View commit details
    Browse the repository at this point in the history
  3. return perplexity

    Satrat committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0cadcf3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    76a8391 View commit details
    Browse the repository at this point in the history
  2. style

    Satrat committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    d9e969c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eec247d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    5a985d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bae96af View commit details
    Browse the repository at this point in the history
  3. clean up test scripts

    Satrat committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    6067521 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    27ba629 View commit details
    Browse the repository at this point in the history
  2. documentation

    Satrat committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    0bdee59 View commit details
    Browse the repository at this point in the history
  3. fix typos

    Satrat committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    ac29d68 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. PR comments

    Satrat committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7617f9c View commit details
    Browse the repository at this point in the history
  2. small bug fix on logger

    Satrat committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    f216d53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcbbbd4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de3dc2f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    39ff676 View commit details
    Browse the repository at this point in the history
  2. cleanup

    Satrat committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7423f20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25ba312 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c3a6c View commit details
    Browse the repository at this point in the history
  5. return perplexity

    Satrat committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b5e9d6d View commit details
    Browse the repository at this point in the history
  6. adding split to all datasets

    Satrat committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1decfe5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a0cff9 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Update src/sparseml/modifiers/obcq/base.py

    Co-authored-by: Benjamin Fineran <bfineran@users.noreply.github.com>
    Satrat and bfineran committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    5fa7361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1441cb View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. fixing dataset issues

    Satrat committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    29271a3 View commit details
    Browse the repository at this point in the history