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

add llama model support #57

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

add llama model support #57

wants to merge 7 commits into from

Commits on Sep 21, 2023

  1. add int8 llama

    zhangpeng committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ae775d9 View commit details
    Browse the repository at this point in the history
  2. remove debug info

    zhangpeng committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3f8a0d0 View commit details
    Browse the repository at this point in the history
  3. change linears for further fusion

    zhangpeng committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8d19ff0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. quant fusion

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

Commits on Sep 27, 2023

  1. rm debug code

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

Commits on Nov 10, 2023

  1. fix bugs

    zhangying169 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3f063c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. optimize dequant scale

    zhangying169 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    bf6c4c0 View commit details
    Browse the repository at this point in the history