Mattt

Results 266 comments of Mattt

@danbgoldman Cog doesn't currently have a way to prepend host names. But you should be able to [configure your internal registry as a mirror](https://docs.docker.com/docker-hub/mirror/) to get `docker/dockerfile:1.4` resolving correctly. If...

I opened a PR with these changes here: https://github.com/superfly/docs/pull/1847

Hi @aviadr1. There's nothing about Replicate's platform or client libraries that preclude full duplex streaming. I'm not aware of any public models doing this currently, but you could accomplish this...

Hi @javanasse. Sorry this isn't working for you. What version of Cog are you using? Can you reproduce this with the latest version? ([v0.9.13](https://github.com/replicate/cog/releases/tag/v0.9.13))?

I'd like to reopen this PR for consideration. Although there are some complexities involved with pinning system packages, the motivations are sound, and I think this is something we should...

Hi @Clement-Lelievre. This is a great question — thanks for opening this issue. You're right that the default `Input` values complicate unit testing `predict`. Cog predictors are intended to be...

Hi @ggilder. Thank you so much for taking the time to put together that demo and contributing a possible fix with #1720. What you're observing is a result of the...

Hi, @ruravi. Thanks for contributing this PR. Apologies for not responding sooner. I just pushed a merge commit to get this up to date with the latest `origin/main`. Unfortunately, I...

@8W9aG Nice! We're several versions behind on goreleaser, using v4 instead of v6 (#1766) and using v0 configuration instead of v2. Is this something we could fix instead by upgrading...

@8W9aG goreleaser should be runnable locally, so you could tweak the settings until it gives you what you need. Once you have a configuration that works for you, we can...