This website requires JavaScript.
explore
Help
Register
Sign In
mirror
/
minGPT
Watch
1
Star
0
Fork
0
You've already forked minGPT
mirror of
https://github.com/karpathy/minGPT
synced
2026-05-17 17:12:30 +02:00
Code
Issues
Activity
Files
feature/lightning
minGPT
/
mingpt
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Andrej Karpathy
492b79fb31
get rid of spurious function for the model
2020-08-30 11:39:55 -07:00
..
__init__.py
first commit, able to multigpu train fp32 GPTs on math and character-level data, but have done barely any tuning.
2020-08-17 00:39:02 -07:00
fake_lightning.py
get rid of spurious function for the model
2020-08-30 11:39:55 -07:00
lr_decay.py
one more refactor, this is better because the equivalence to lightning is now much cleaner and all of lightning functionality is in one file
2020-08-29 15:40:21 -07:00
model.py
delete Result structs in favor of dicts
2020-08-30 10:46:32 -07:00
trainer.py
one more refactor, this is better because the equivalence to lightning is now much cleaner and all of lightning functionality is in one file
2020-08-29 15:40:21 -07:00
utils.py
final integration pieces, now runs with both, but it ain't super pretty yet...
2020-08-29 15:19:55 -07:00