Mattt
Mattt
@bakermanbrian Ah, thanks for clarifying. This sounds like a task best solved at the orchestration layer. For example, if running a Cog container in a Kubernetes cluster, you could use...
@dependabot rebase
@dependabot rebase
Hi @zhangying-666. This sounds like an error in your model implementation. Does your code reference `self.image_processor` without setting that attribute?
Closing this for now. Happy to reopen if you can provide more details, @zhangying-666.
Hi, @Aparna29T. Based on the error message you shared, it looks like the `python` command run in the [`GenerateOpenAPISchema` function](https://github.com/replicate/cog/blob/27ff16834b27aaa20a8447343a11db1649afbca6/pkg/image/openapi_schema.go#L30) doesn't have a the Cog Python package installed. Can you...
Hi @alexblattner. Sorry that things aren't working for you. Could you please share some more details about what you've tried so we could help you get to the bottom of...
Hi @jyoung105. I believe this was fixed in the most recent version of Cog. Could you please upgrade to [v0.9.9](https://github.com/replicate/cog/releases/tag/v0.9.9) and let me know if you're still having this problem?
Hi @CanberkCig. Thanks for reporting. Unfortunately, I'm unable to reproduce this issue based on the information provided. If the status is updated to `cancelled` in the client and you can...
@ppoh71 Thank you for sharing your thoughts. Proxying requests through another server is indeed a way to protect credentials for a web API. But in effect, that moves the problem...