Skip to content

Commit

Permalink
Better phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglede committed Jun 22, 2024
1 parent e765428 commit 3c58f2b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ <h3>How?</h3>
used to "shape" text.

<br /><br />
In particular, this "arbitrary" code could in principle be an entire LLM inference engine (<a href="https://en.wikipedia.org/wiki/Llama_(language_model)">Llama</a> in our case,
hence the name).
In particular, this "arbitrary" code could in principle be an entire LLM inference engine, relying on treating text containing magic symbols for fake "ligatures" to initialize the LLM and use it to generate text.
<br /><br />
It could also in principle be an entire LLM inference engine but not just in principle, relying on treating text containing magic
symbols for fake "ligatures" to initialize the LLM and use it to generate text.
It could also in principle be an entire LLM inference engine (<a href="https://en.wikipedia.org/wiki/Llama_(language_model)">Llama</a> in our case,
hence the name) but not instead of in principle it's right here.
<br /><br />
At the end of the day, what this means is that you can just use the font to run the LLM and e.g. get text generation in <i>any</i> Harfbuzz-based text editor,
even if they don't come with "Copilot" like features themselves. So is this silly hack in fact a billion dollar idea?
Expand Down

0 comments on commit 3c58f2b

Please sign in to comment.