Atome-FE / llama-node

Believe in AI democratization. llama for nodejs backed by llama-rs, llama.cpp and rwkv.cpp, work locally on your laptop CPU. support llama/alpaca/gpt4all/vicuna/rwkv model.
https://llama-node.vercel.app/
Apache License 2.0
850 stars 62 forks source link
ai embeddings gpt langchain large-language-models llama llama-node llama-rs llamacpp llm napi napi-rs nodejs rwkv
# LLaMA Node llama-node: Node.js Library for Large Language Model [](https://github.com/Atome-FE/llama-node/actions) [NPM License](https://www.npmjs.com/package/llama-node) [npm](https://www.npmjs.com/package/llama-node) [npm](https://www.npmjs.com/package/llama-node) [Discord](https://discord.gg/dKFeCwfsDk) [twitter](https://twitter.com/hlhr202)

Official Documentations

LLaMA generated by Stable diffusion Picture generated by stable diffusion.


Introduction

This project is in an early stage and is not production ready, we do not follow the semantic versioning. The API for nodejs may change in the future, use it with caution.

This is a nodejs library for inferencing llama, rwkv or llama derived models. It was built on top of llm (originally llama-rs), llama.cpp and rwkv.cpp. It uses napi-rs for channel messages between node.js and llama thread.

Supported models

llama.cpp backend supported models (in GGML format):

llm(llama-rs) backend supported models (in GGML format):

rwkv.cpp backend supported models (in GGML format):

Supported platforms

Node.js version: >= 16


Installation

npm install llama-node

Manual compilation

Please see how to start with manual compilation on our contribution guide


CUDA support

Please read the document on our site to get started with manual compilation related to CUDA support


Acknowledgments

This library was published under MIT/Apache-2.0 license. However, we strongly recommend you to cite our work/our dependencies work if you wish to reuse the code from this library.

Models/Inferencing tools dependencies

Some source code comes from


Community

Join our Discord community now! Click to join llama-node Discord