mirror of
https://github.com/osmarks/nanogpt-experiments.git
synced 2026-07-20 18:18:59 +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__' ```