Mattt
Mattt
@gurteshwar @hervenivon @Adrian-Serna @turian Sorry for the radio silence, folks. I dropped the ball on this, and I apologize for the inconvenience this caused. I just opened a PR that...
This is now available in [Cog v0.9.13](https://github.com/replicate/cog/releases/tag/v0.9.13) (it will take a few hours for `brew upgrade cog` to work, but you can install from source or download a precompiled release...
Hi @micos7. To clarify, when you deleted your model, does it still show up on the website? If you delete the model through the API, does that resolve your issue?
Before merging, we should update CI to test against both Pydantic v1 and v2
@yorickvP Yes, indeed! If you have time before next week, it'd be great to add that to the tox matrix.
@yorickvP No, that would result in an `UNAUTHORIZED` error (which would also benefit from a similar treatment, come to think of it)
There's a good chance we're already using it implicitly. I just wanted to test this by making it explicit.
@technillogue pointed out that uvloop was already added to the async branch via httpx. Uvicorn advertises that the default `"auto"` loop setting selects uvloop when available, and I don't see...
Reopening to apply changes to `main`, which doesn't (yet) have httpx dependency.
Hi @danbgoldman. Cog wraps `docker` CLI invocations when building and pushing images, so it should be straight forward to use behind a proxy. In this case specifically, it looks like...