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 chatglm3-6b model support [help wanted] #6999

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 29, 2024

  1. add chatglm3-6b model support huggingface model:

     https://hf-mirror.com/THUDM/chatglm3-6b
    
    Signed-off-by: XingXing Qiao <qiaoxx@dingdao.com>
    xingxingqiao committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6630a2d View commit details
    Browse the repository at this point in the history
  2. remove .rotary_pos_emb.inv_freq and unuse code for chatglm3 model

    Signed-off-by: XingXing Qiao <qiaoxx@dingdao.com>
    xingxingqiao committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5a914ff View commit details
    Browse the repository at this point in the history
  3. fix lint error

    Signed-off-by: XingXing Qiao <qiaoxx@dingdao.com>
    xingxingqiao committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f626b71 View commit details
    Browse the repository at this point in the history
  4. optimize convert-hf-to-gguf.py for chatglm model

    Signed-off-by: XingXing Qiao <qiaoxx@dingdao.com>
    xingxingqiao committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f3bc337 View commit details
    Browse the repository at this point in the history