-
-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Llama 3.2 3B function calling support (#386)
* feat: Llama 3.2 3B function calling support * feat: use `llama.cpp` backend registry for GPUs instead of custom implementations * feat(`getLlama`): `build: "try"` option * feat(`init` command): `--model` flag * fix: improve binary compatibility testing on Electron apps * fix: too many abort signal listeners * fix: log level of some lower level logs * fix: context window missing response during generation on specific extreme conditions * fix: adapt to breaking `llama.cpp` changes * fix: automatically resolve `compiler is out of heap space` CUDA build error * chore: update bug report template * docs: separate open source and proprietary sections in the awesome list * docs(troubleshooting): Electron build error on Windows * docs(Electron): GitHub Actions template for cross-compilation
- Loading branch information
Showing
43 changed files
with
1,890 additions
and
633 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
# Awesome `node-llama-cpp` | ||
Awesome projects that use `node-llama-cpp`. | ||
|
||
--- | ||
|
||
## Open Source | ||
* [CatAI](https://github.com/withcatai/catai) - a simplified AI assistant API for Node.js, with REST API support | ||
|
||
## Proprietary | ||
> List your project here! | ||
|
||
<br /> | ||
|
||
--- | ||
|
||
> To have a project listed here, it should clearly state that it uses `node-llama-cpp`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
User-agent: * | ||
|
||
Sitemap: https://node-llama-cpp.withcat.ai/sitemap.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.