Skip to content
/ Llama Public

Llama running on a Web browser

Notifications You must be signed in to change notification settings

lrusso/Llama

Repository files navigation

Llama running on a Web browser

Designed in JavaScript and WebAssembly. You can load and run GGUF models on your Web browser. Just select a GGUF file from your computer or download the suggested model.

Web:

https://lrusso.github.io/Llama/Llama.htm

Suggested models:

MODEL PARAMETERS LANGUAGES SIZE LINK
Llama 3.2 1.23 Billion en, es, de, fr, it, pt, hi, th 732 MB download
Llama 3.2 1.23 Billion en, es, de, fr, it, pt, hi, th 1321 MB download

Forcing the light and dark modes:

https://lrusso.github.io/Llama/Llama.htm?lightmode

https://lrusso.github.io/Llama/Llama.htm?darkmode

Based on the work of:

https://github.com/ngxson/wllama