Skip to content

A font for writing tiny stories

Notifications You must be signed in to change notification settings

fuglede/llama.ttf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llama.ttf

A font containing a large language model and inference engine.

What?

A font containing a large language model and inference engine.

Why?

What?

Usage

Just download llama.ttf and use it like you would any other font, for instance by adding it to ~/.fonts. Then, use it somewhere where Harfbuzz is used and built with Wasm support.

The simplest way to do that with this is probably to build Harfbuzz with -Dwasm=enabled, and build wasm-micro-runtime, then add the resulting shared libraries, libharfbuzz.so.0.60811.0 and libiwasm.so to LD_PRELOAD before running a Harfbuzz-based application such as gedit or GIMP; no recompilation of the applications is required.

Demo and more info

See https://fuglede.github.io/llama.ttf/.