|
--- |
|
license: apache-2.0 |
|
language: |
|
- en |
|
- zh |
|
library_name: transformers |
|
tags: |
|
- llama-cpp |
|
- gglm |
|
- chatglm-6b |
|
--- |
|
|
|
# ChatGLM2-6B-GGLM |
|
|
|
- [Q4_0](chatglm2-6b-ggml.q4_0.bin) |
|
- [Q4_1](chatglm2-6b-ggml.q4_1.bin) |
|
- [Q8_0](chatglm2-6b-ggml.q8_0.bin) |
|
|
|
Can be loaded and used by [chatglm.cpp](https://github.com/li-plus/chatglm.cpp) |
|
|
|
## Integrated with langchain framework in CustomLLM form |
|
|
|
[chatglm_langchain.py](chatglm_langchain.py) |
|
|
|
``` shell |
|
python chatglm_langchain.py |
|
|
|
Prompt: 小明的妈妈有两个孩子,一个叫大明 另外一个叫什么? |
|
小明的妈妈有两个孩子,一个叫大明,另外一个叫小明。 |
|
|
|
``` |
|
|
|
|
|
## Use under the shell command line |
|
|
|
``` shell |
|
chatglm -m ./models/chatglm2-6b-ggml.q8_0.bin -p 你好 |
|
``` |
|
|
|
![chatglm](chatglm.png) |