HackerTrans
トップ新着トレンドコメント過去質問紹介求人

lantiga

no profile record

コメント

lantiga
·3 年前·議論
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 年前·議論
Some form of that is very likely the future
lantiga
·3 年前·議論
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.