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

FourierFT Support #1838

Merged
merged 26 commits into from
Jul 9, 2024
Merged

FourierFT Support #1838

merged 26 commits into from
Jul 9, 2024

Commits on Jun 9, 2024

  1. add fourier FT

    Phoveran committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e4f7995 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. add docs, save and load dict

    Phoveran committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a20154f View commit details
    Browse the repository at this point in the history
  2. add test

    Phoveran committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ddeeb5c View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. minor fix

    Phoveran committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7c2672c View commit details
    Browse the repository at this point in the history
  2. annotation correction

    Chaos96 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    763384a View commit details
    Browse the repository at this point in the history
  3. add examples

    Chaos96 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    4da3f2d View commit details
    Browse the repository at this point in the history
  4. add examples

    Chaos96 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9a10d03 View commit details
    Browse the repository at this point in the history
  5. add examples

    Chaos96 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    db598b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. code style fix

    Phoveran committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b2c3e59 View commit details
    Browse the repository at this point in the history
  2. fix line too long

    Phoveran committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ccefdd1 View commit details
    Browse the repository at this point in the history
  3. Update src/peft/tuners/fourierft/model.py

    Co-authored-by: Benjamin Bossan <[email protected]>
    Phoveran and BenjaminBossan authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    749ebbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac55cb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. fix all errors in tests/

    zqgao22 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6953ca5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    f6ce450 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e899d5a View commit details
    Browse the repository at this point in the history
  3. further style fixes

    zqgao22 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    7196b16 View commit details
    Browse the repository at this point in the history
  4. pass doc-builder style check

    zqgao22 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    6663f78 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

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

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    45adafd View commit details
    Browse the repository at this point in the history
  2. fix typo error and text expression

    qichaoswang committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a82b816 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

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

Commits on Jul 5, 2024

  1. fix getattr bugs

    zqgao22 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f8571e0 View commit details
    Browse the repository at this point in the history
  2. fix recursion

    zqgao22 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b6c8d0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fa587a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. added multi-adapter tests

    zqgao22 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    de9c793 View commit details
    Browse the repository at this point in the history