Instructions to use zai-org/chatglm-6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use zai-org/chatglm-6b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("zai-org/chatglm-6b", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
how convert chatglm-6b to save_model.pb?
#27
by johanliang - opened
I try to convert the onnx model from https://huggingface.co/THUDM/chatglm-6b/discussions/19 to save_model.pb with onnx-tf, but fail.
Anyone succeed?
Is there better way to convert chatglm-6b to save_model.pb?