Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
numba888
7 months ago
|
parent
|
context
|
favorite
| on:
SmolGPT: A minimal PyTorch implementation for trai...
github has a bunch of them for years, the most known from Andrej Karpathy:
https://github.com/karpathy/nanoGPT
some other have MoE implemented.
syassami
7 months ago
|
next
[–]
Personal fave:
https://github.com/karpathy/llama2.c
benreesman
7 months ago
|
prev
[–]
nanoGPT is awesome (and I highly recommend his videos on it), but it’s closer to a direct reproduction of GPT-2, so it’s cool to have a really clean implementation of some newer ideas.
Nimitz14
7 months ago
|
parent
[–]
nanoGPT contains some new ideas.
https://github.com/karpathy/minGPT
is more plain
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://github.com/karpathy/nanoGPT
some other have MoE implemented.