HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lantiga

no profile record

comments

lantiga
·3 tahun yang lalu·discuss
Correct, the original is GPL 3.

To produce this implementation from the LLaMA paper we started from github.com/karpathy/nanoGPT, the LLaMA architecture is really similar to GPT. For instance we added rotary positional encoding starting from the original RoPE repo published with the paper.

We finally ran the original model to make sure the two models were numerically.
lantiga
·3 tahun yang lalu·discuss
Some form of that is very likely the future
lantiga
·3 tahun yang lalu·discuss
The AI ecosystem is almost entirely Apache 2/MIT/BSD, and GPL is just incompatible with it.

This is a blocker to mixing and matching, a simple Apache 2 rewrite fixes that problem.

Weights? It’s another issue but we’ll be looking forward to fixing that too.