Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poad/node-llama-cpp-langchain-example


https://github.com/poad/node-llama-cpp-langchain-example

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# node-llama-cpp-langchain-example

## Usage

```shell
curl -sSL 'https://huggingface.co/mmnga/RakutenAI-7B-chat-gguf/resolve/main/RakutenAI-7B-chat-q2_K.gguf?download=true' -o RakutenAI-7B-chat-q2_K.gguf
# curl -sSL 'https://huggingface.co/mmnga/RakutenAI-7B-chat-gguf/resolve/main/RakutenAI-7B-chat-q8_0.gguf?download=true' -o models/RakutenAI-7B-chat-q8_0.gguf
pnpm install
pnpm build
pnpm dev
```