These files are GGML format model files for
THUDM's chatglm2 6B.
GGML files are for CPU + GPU inference using
chatglm.cpp and
Xorbits Inference.
Xinference can be installed via pip from PyPI. It is highly recommended to create a new virtual environment to avoid conflicts.
1$ pip install "xinference[all]"
2$ pip install chatglm-cpp
Once Xinference is running, an endpoint will be accessible for model management via CLI or Xinference client. The default endpoint is http://localhost:9997. You can also view a web UI using the Xinference endpoint to chat with all the builtin models. You can even chat with two cutting-edge AI models side-by-side to compare their performance!
For further support, and discussions on these models and AI in general, join our
slack channel!
ChatGLM
2-6B is the second-generation version of the open-source bilingual (Chinese-English) chat model
ChatGLM-6B. It retains the smooth conversation flow and low deployment threshold of the first-generation model, while introducing the following new features:
For more instructions, including how to run CLI and web demos, and model quantization, please refer to our
Github Repo.