Mattt

Results 266 comments of Mattt

Python 3.7 support was previous dropped in https://github.com/replicate/cog/pull/1020, but that was reverted in #1201 after it caused problems for existing models built with 3.7. @nickstenning Are we in a place...

Is the problem that models running Python 3.7 will fail when we try to install the latest version of Cog at startup? If so, could we skip that step? Or...

Hi @tzktz. Can you share any details about what you did to produce this error? It'd be helpful to know what version of Cog you're using, what command you ran,...

@tzktz Thanks for sharing that. Cog is crashing around the code where it's handling prediction output. I think the problem is that your predictor is returning a `str` instead of...

@zeke You have more context on goreleaser. Do you know if this upgrade will break / fix anything in our release process?

Hi @cudanexus. Can you please share the name of the model on Replicate?

@AnushreeBannadabhavi @wolfpixels @arnavmehta7 @Tariqh23 If you're seeing the same behavior, could you please share the name of the Replicate model you're using?

The PEX website has a recipe for packaging a Uvicorn web app that seems very close to our use case: https://pex.readthedocs.io/en/v2.1.137/recipes.html

@hongchaodeng Thanks for giving this some thought. I agree that we probably couldn't use PEX directly without some changes to how the HTTP server interacts with user code. Here's a...