Readthedocs.org: Excessive memory consumption due to PyTorch

Created on 4 Jul 2019  路  2Comments  路  Source: readthedocs/readthedocs.org

Details

Expected Result

The build should complete itself without any errors.

Actual Result

The build is not completed due to 'Command killed due to excessive memory consumption' error, probably caused by the size of torch being installed.

The main problem is that to actually build the Recogners docs, I need the package itself (installing it by pip install .). And to have the package itself installed, I need to install the torch dependency. It is basically a cycle that I could not find another way to solve it.

So, I am begging here for a small amount of memory in that project in order to fix the problem. It might not be the ideal way, but is the one that I could think of without reworking any code.

Thank you for your attention and best regards,
Gustavo.

Support

Most helpful comment

Amazing suggestion @stsewd, thank you so much! I was able to build it and everything worked out perfectly. I will be closing this issue.

Best regards,
Gustavo.

All 2 comments

Maybe can you try https://sphinx-autoapi.readthedocs.io/en/latest/? (it doesn't require to install the project to get the docstrings)

Amazing suggestion @stsewd, thank you so much! I was able to build it and everything worked out perfectly. I will be closing this issue.

Best regards,
Gustavo.

Was this page helpful?
0 / 5 - 0 ratings