0.0.8 • Published 12 months ago

llama3 v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

llama3.js

A JavaScript implementation of Llama 3 using node-mlx, code modified from mlx-examples.

Quantized models can only run on Macs with Apple Silicon.

Usage

Download weights (more can be found at mlx-community):

npm install -g @frost-beta/huggingface
huggingface download --to weights mlx-community/Meta-Llama-3-8B-Instruct-8bit

Start chating:

npm install -g llama3
llama3-chat ./weights

Or do text generation:

llama3-generate ./weights 'Write a short story'

Development

This project serves as a demo of node-mlx, and code is intended to keep as simple as possible.

For general purpose LLM modules, please visit :construction:.

0.0.8

12 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago