-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: support chatglm #754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
good catch, def. we can add it! |
|
According to the chatGLM project README.md. I assume it can be compatible by the C++ backend. https://github.com/li-plus/chatglm.cpp#features |
I have test ChatGLM. It still does not work. |
@fishfree which version you test chatglm? 2 or 3? In 3, they said the have designed a new prompt format. |
can access the gRPC interface service of chatglm using external-grpc-backends. Here is an example:https://github.com/szsteven008/chatglm.cpp/tree/main/examples/server |
Closing as this is now both supported by the llama.cpp and transformers backends. |
ChatGLM project like llama.cpp https://github.com/li-plus/chatglm.cpp
The text was updated successfully, but these errors were encountered: