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
Commit History
Fix overflow in FP16 220f772
duzx16 commited on
Set is_parallelizable to False f9f74fd
duzx16 commited on
Remove image tokens when decoding 8492687
duzx16 commited on
Revert "Update quantization" 0d8b08d
duzx16 commited on
Update quantization 0101afd
duzx16 commited on
Add logit processor for NaN or Inf scores c3dece3
duzx16 commited on
Fix default history argument 9d1509a
duzx16 commited on
Merge branch 'main' of https://huggingface.co/THUDM/chatglm-6b bcb053b
duzx16 commited on
Add support for float32 d4832e8
duzx16 commited on
Update requirements a034f2a
duzx16 commited on
Update requirements 3d0afee
duzx16 commited on
Update README.md 534e8b7
Update README.md 6331ebe
Update README.md 4cfd1ea
Update requirements ac23f2a
duzx16 commited on
Update README 27d477b
duzx16 commited on
Update README 0f573d1
duzx16 commited on
Fix past_key_values cd8041e
duzx16 commited on
add ice_text.model 65bb3f0
duzx16 commited on
delete ice_text.model e8b5e82
duzx16 commited on
Merge branch 'main' of https://huggingface.co/THUDM/chatglm-6b 9671e13
duzx16 commited on
Update tokenizer c4575e7
duzx16 commited on