mirror of
https://github.com/Mintplex-Labs/node-llama-cpp.git
synced 2026-07-01 19:55:08 -04:00
ff1644d4c4
* feat: adapt to the latest `llama.cpp` interface * feat: print helpful information to help resolve a clone issue when it happens * feat: print helpful information to help resolve build issues related to CUDA * feat: make portable cmake on Windows more stable * feat: update `CMakeLists.txt` to match `llama.cpp` better * fix: do not download redundant node headers * fix: improve cmake custom options handling * fix: do not set `CMAKE_GENERATOR_TOOLSET` for CUDA * fix: do not fetch information from GitHub when using a local git bundle * fix: GBNF JSON schema string const formatting * docs: document a solution to a compilation problem on macOS * docs: document more CUDA build error solutions * docs: explain about ES modules in the getting started guide * chore: update `.commitlintrc.json` * chore: remove redundant dependency
7 lines
114 B
JSON
7 lines
114 B
JSON
{
|
|
"extends": ["@commitlint/config-conventional"],
|
|
"rules": {
|
|
"subject-case": [0, "never"]
|
|
}
|
|
}
|