Error converting THUDM/chatglm-6b-int4

#11
by BryanOne - opened

Conversion Settings:

        Model: THUDM/chatglm-6b-int4
        Task: None
        Framework: None
        Compute Units: None
        Precision: None
        Tolerance: None
        Push to: None

        Error: "chatglm is not supported yet. Only ['bart', 'beit', 'bert', 'big_bird', 'bigbird_pegasus', 'blenderbot', 'blenderbot_small', 'bloom', 'convnext', 'ctrl', 'cvt', 'data2vec', 'distilbert', 'ernie', 'gpt2', 'gpt_neo', 'levit', 'm2m_100', 'marian', 'mobilebert', 'mobilevit', 'mvp', 'pegasus', 'plbart', 'roberta', 'roformer', 'segformer', 'splinter', 'squeezebert', 't5', 'vit', 'yolos'] are supported. If you want to support chatglm please propose a PR or open up an issue."
        

ChatGLM is not officially supported within transformers yet, as it has custom code and requires trust_remote_code=True. If you want support, feel free to chime in in https://github.com/huggingface/transformers/issues/22290

Sign up or log in to comment