https://github.com/poad/node-llama-cpp-langchain-example
https://github.com/poad/node-llama-cpp-langchain-example
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/poad/node-llama-cpp-langchain-example
- Owner: poad
- Created: 2024-10-21T14:16:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T13:08:00.000Z (about 1 year ago)
- Last Synced: 2025-02-28T15:27:49.439Z (about 1 year ago)
- Language: JavaScript
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```