Nick Stenning

Results 49 comments of Nick Stenning

Unfortunately graphite 0.10 is _still_ not published to PyPI so this would involve a substantial rewrite of the image at the moment. I don't have time to do this right...

Do we have a test case which can reproduce this problem or a description of what the model is trying to do? I'm a little reluctant to just start bumping...

Understood, but what is the object size at which this becomes a problem? If we're trying to put 64KB blobs of data down the pipe I don't have any objections,...

I think what you're saying is that this PR is targeting the wrong part of the code entirely. I'm going to close it, but feel free to reopen if I've...

We use `kin-openapi` in the `api` repository to process the schemas generated by cog models, and I would probably want to see us using the same code both here and...

Our own API's spec is 3.1, and we use `kin-openapi` to validate it in the `api` codebase. Is the lack of official 3.1 support actually causing us any problems?

We can't drop support for Python 3.7 in one go, as we have models running in production that have Python 3.7. As @technillogue alludes to above, we first need to...

The entire cluster runs the same version of Cog. I don't think we want to change that right now.

Relevant Slack thread: https://replicatehq.slack.com/archives/C04V1QT8XV1/p1690925208419559

> Got 500 & media type error when I managed to return numpy embedding file generated by ViT transformer. I am curious how to return a downloadable file on replicate...