-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: support chatglm #754
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: