mirror of
https://github.com/karpathy/nanoGPT.git
synced 2026-04-17 22:23:24 +02:00
The issue seems to be that _fixup_main_from_path in multiprocessing module in python is unable to find entry point, thus, adding ``` if __name__ == '__main__' ```