this post was submitted on 09 Jun 2024
5 points (72.7% liked)
Machine Learning
1789 readers
11 users here now
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Here is an implementation in pytorch:
https://github.com/lyeoni/gpt-pytorch/blob/master/model.py
Here is one in pure C that karpathy started:
https://github.com/karpathy/llm.c
Thanks!