You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ Independent implementation of [LLaMA](<https://github.com/facebookresearch/llama
21
21
This implementation builds on [nanoGPT](<https://github.com/karpathy/nanoGPT>).
22
22
23
23
## Why?
24
+
25
+
We believe that AI should be fully open source and part of the collective knowledge.
26
+
24
27
The original [LLaMA code](https://github.com/facebookresearch/llama) is [GPL licensed](https://github.com/facebookresearch/llama/blob/main/LICENSE) which means any project using it must also be released under GPL.
25
28
26
29
This "taints" any other code and prevents meaningful academic and commercial use.
0 commit comments