Timeout when preloading Pytorch model using Flask on Render.com

Hi @Jakob_Greenfeld ,

If your other endpoints are working, then that does point to an issue internal to your app, and we’re unfortunately unable to give much guidance on that. I’d recommend seeing what additional logging you can set up, or log levels you can add, that let you trace what your application is doing. Can you add extra logging inside the model.generate() function?