Mattt

Results 266 comments of Mattt

I agree with the plan of action @zeke articulated in https://github.com/replicate/cog/issues/157#issuecomment-1068606880, and I'm glad to see us making progress towards this with #714. My top feedback from my first run...

> I think the reason we didn't want to document it is because magic happens (waves hands), and it doesn't actually install the packages you expect in `requirements.txt`, which is...

@hongchaodeng Unfortunately, setting `DOCKER_DEFAULT_PLATFORM` won't help. The underlying issue is that TensorFlow is compiled to use AVX instructions, but they aren't available. I agree with @bfirsh (https://github.com/replicate/cog/issues/336#issuecomment-1071099038) that we need...

@nirga Thanks for checking out Cog! This is something I've also been thinking about. https://github.com/replicate/cog/issues/1081 and https://github.com/replicate/cog/issues/1082 discuss what this might look like. These are framed by `pip-compile` & `project.dependencies`,...

@cs-mshah I can't reproduce this locally, but it sounds like you might be using an old version of BuildKit. Can you share the outputs of the following commands? ```console docker...

@cs-mshah It could be that your `PATH` is configured to use something other than what Homebrew installed. Could you try the following? ```console $ which docker ``` If that includes...

Hi, @sepehr. I'm sorry this stopped working for you. You mentioned that you created a new account. Are pushes failing for that account, or for the one associated with the...

@sepehr Thanks for digging into this. I'm glad to hear that you found a resolution. I'll have to take another look at `cog login` to see if it's handling multiple...

@yorickvP Oh yeah, this is all sounding familiar now. I recall the blocker for adopting FastAPI 0.100.0 (and therefore Pydantic 2) is that [kin-openapi](https://github.com/getkin/kin-openapi) doesn't support OpenAPI 3.1.0. At the...

@yorickvP Perhaps. Again, I'm not confident that support will land anytime soon, even with sponsorship. Do you think either of the alternatives I mentioned are viable?