-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## Food for Thought | ||
|
||
Isn’t funny how 2-bits seems to be natural evolution for LLMs? Like DNA which consists of 4 letters (A,T,G,C) or operates on 2-bits. In order to run an LLM, all you need is a weight matrix and a run file (e.g. [llama2.c](https://github.com/karpathy/llama2.c)), just like a DNA. | ||
|
||
So, *what is the run.c function for DNA?* | ||
|
||
I think we will learn the answer soon. | ||
|
||
### Questions? Ideas? Wanna Chat? *Join us*. | ||
[![](https://dcbadge.vercel.app/api/server/X7strFxxkz)](https://discord.gg/X7strFxxkz) |