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

Support weight only quantization with intel-extension-for-transformers. #14504

Merged

Commits on Dec 11, 2023

  1. Support weight only quantization with intel-extension-for-transformers

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ad38444 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. merge code from master branch

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c769358 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Update document

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    203ff0d View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Support weight only quantization with intel-extension-for-transformers

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4fe596c View commit details
    Browse the repository at this point in the history
  2. Update document

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    156cfe9 View commit details
    Browse the repository at this point in the history
  3. format code style

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1c81b14 View commit details
    Browse the repository at this point in the history
  4. merge branch

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0aa3c8b View commit details
    Browse the repository at this point in the history
  5. Format code style

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cfb932a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Update code

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8af4ba1 View commit details
    Browse the repository at this point in the history
  2. format code style

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e2f1559 View commit details
    Browse the repository at this point in the history
  3. move weight_only_quantization.mdx to intel.mdx

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    71133b4 View commit details
    Browse the repository at this point in the history
  4. Update code

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    50fda10 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

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

Commits on Feb 26, 2024

  1. Fixed UT error

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5f24db3 View commit details
    Browse the repository at this point in the history
  2. Merge from master branch

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    5f97bd5 View commit details
    Browse the repository at this point in the history
  3. update code

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e990b5f View commit details
    Browse the repository at this point in the history
  4. Update code

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    35f1829 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    587a55a View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. merge from master branch

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    8bdcc79 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Merge from master branch

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    da1a6e4 View commit details
    Browse the repository at this point in the history
  2. Update code

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    94482ac View commit details
    Browse the repository at this point in the history
  3. Update code

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8abc44e View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

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

Commits on Mar 6, 2024

  1. Update poetry.lock

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    39a759a View commit details
    Browse the repository at this point in the history
  2. Merge from master branch

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4a239ca View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Fixed pylint error

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    00f433f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update poetry file

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    b8830b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1ae253 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fixed pylint error

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5e777ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    461efb6 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    a45d207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89f611a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update poetry lock

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    e912835 View commit details
    Browse the repository at this point in the history
  2. Merge from master branch

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    93b35e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

  1. Configuration menu
    Copy the full SHA
    34ad951 View commit details
    Browse the repository at this point in the history
  2. Update code

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    e4655b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge from master branch

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    279cc63 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. poetry

    baskaryan committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    80c6793 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge from master branch

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a5846ef View commit details
    Browse the repository at this point in the history
  2. poetry

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2402219 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa9c724 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd831b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abe6b02 View commit details
    Browse the repository at this point in the history
  6. fmt

    baskaryan committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a1c710b View commit details
    Browse the repository at this point in the history
  7. fmt

    baskaryan committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d3329c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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

Commits on Mar 30, 2024

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

Commits on Apr 3, 2024

  1. Update peotry file

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    614ee14 View commit details
    Browse the repository at this point in the history
  2. merge from master branch

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1139982 View commit details
    Browse the repository at this point in the history
  3. Update poetry file

    Signed-off-by: Cheng, Penghui <penghui.cheng@intel.com>
    PenghuiCheng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9e4f87f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2ccc46 View commit details
    Browse the repository at this point in the history
  5. fmt

    baskaryan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a9ab6f0 View commit details
    Browse the repository at this point in the history
  6. fmt

    baskaryan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    37b3d33 View commit details
    Browse the repository at this point in the history