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