ScottLogic / blog

The Scott Logic blog
http://blog.scottlogic.com
Other
9 stars 86 forks source link

LLM training: Fix typo #129

Closed scottlogic-alex closed 11 months ago

scottlogic-alex commented 11 months ago

https://scottlogic-alex.github.io/blog-2/2023/11/24/llm-mem.html

unused -> unfused.
I also had to simplify iff to if, to make it fit on one line.

Before:

After:

Have you (please tick each box to show completion):

@ColinEberhardt fix typo (unfused instead of unused)