1
0
mirror of https://github.com/karpathy/minGPT synced 2024-11-15 19:10:39 +01:00
minGPT/mingpt
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