Skip to content

Tags: kfiring/chatglm.cpp

Tags

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support tool call in openai api server (li-plus#254)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support all features for ChatGLM3 (system prompt / function call / co…

…de interpreter) (li-plus#197)

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add options & unit tests for cibuildwheel (li-plus#162)

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove duplicate test codes (li-plus#150)

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable inplace norm to avoid GLM talking nonsense (li-plus#139)

v0.2.7

Toggle v0.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md: add install essential packages part when quantize m…

…odel. (li-plus#114)

* Update  README.md: add install essential packages part when quantize model.

* Make description more concise

---------

Co-authored-by: Gu Yu <[email protected]>
Co-authored-by: lijiahao <[email protected]>

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Baichuan-13B model on CPU & CUDA (li-plus#115)

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Publish to docker hub with CI (li-plus#107)

v0.2.4

Toggle v0.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support loading from HF models and convert to GGML on the fly (li-plu…

…s#90)

* Auto assign cuda buffer

* Support convert-on-load for py binding

v0.2.3

Toggle v0.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support py binding & fix encoding for Windows (li-plus#81)

* Support py binding & fix encoding for Windows

* Parallel setup by default & add ci for windows