Skip to content

Tags: lemanschik/node-llama-cpp

Tags

v2.8.12

Toggle v2.8.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump llama.cpp release used in prebuilt binaries (withcatai#247)

v3.0.0-beta.32

Toggle v3.0.0-beta.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: preload error on `chat` command (withcatai#245)

v3.0.0-beta.31

Toggle v3.0.0-beta.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove CUDA binary compression for Windows (withcatai#243)

* fix: remove CUDA binary compression for Windows
* fix: improve `inspect gpu` command output

v3.0.0-beta.30

Toggle v3.0.0-beta.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bugs (withcatai#241)

* fix: avoid duplicate context shifts
* fix: `onProgress` on `ModelDownloader`
* fix: re-enable CUDA binary compression
* fix: more thorough tests before loading a binary
* fix: increase compatibility of prebuilt binaries

v3.0.0-beta.29

Toggle v3.0.0-beta.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove CUDA binary compression for now (withcatai#238)

v3.0.0-beta.28

Toggle v3.0.0-beta.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: compress CUDA prebuilt binaries (withcatai#236)

* feat: compress CUDA prebuilt binaries
* feat: automatically solve more CUDA compilation errors

v3.0.0-beta.27

Toggle v3.0.0-beta.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: render markdown in the Electron example (withcatai#234)

* feat: render markdown in the Electron example
* fix: only build practical targets by default in the Electron example

v3.0.0-beta.26

Toggle v3.0.0-beta.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: async gpu info getters (withcatai#232)

* fix: make GPU info getters async
* fix: Electron example build

v3.0.0-beta.25

Toggle v3.0.0-beta.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Electron example build (withcatai#230)

v3.0.0-beta.24

Toggle v3.0.0-beta.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Electron example build (withcatai#228)

* fix: Electron example build
* refactor: rename `llamaBins` to `bins`