What is the goal of this collaboration? #358
githubuser-64
started this conversation in
General
Replies: 1 comment 2 replies
-
GPT is a series of LLMs from OpenAI (GPT-1, 2, 3, 3.5, 4, ...). Llama is a series of LLMs from Meta. Claude is a series of LLMs from Anthropic, etc etc. Goal is to have a simple, direct implementation of LLM training, without the use of a large library/framework, as we're relatively directly programming the GPU hardware itself to make things as fast as possible. One effect of that is that it is fast, and might be practically useful. And yes another effect of that is that it can be quite educational, esp once I get around to building it from scratch again on video. Hope that helps! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How accurate is it to say, "The goal is to help everyone interested and take them through each and every step of llm development"?
A fully open source project because not all open source projects help simplify understanding or provide so much help.
I assume it's close to the explanations in the youtube videos on GPT.
How different is LLM development from GPT development? I am a noob. So, simple explanations will suffice.
Beta Was this translation helpful? Give feedback.
All reactions