mirror of
https://github.com/osmarks/nanogpt-experiments.git
synced 2025-03-06 19:28:09 +00: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__' ```