Skip to content

Tags: marencc/cog

Tags

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Does not fail if there are not any nvidia packages to remove (replica…

…te#582)

* Does not fail if there are not any nvidia packages to remove

Signed-off-by: Dashiell Stander <dash.stander@gmail.com>

* Fix tests

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

Co-authored-by: Ben Firshman <ben@firshman.co.uk>

v0.3.2

Toggle v0.3.2's commit message
Upgrade github.com/opencontainers/image-spec

Dependabot was struggling to do this by itself and throwing a minor
security warning (which was annoying).

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

v0.3.1

Toggle v0.3.1's commit message
Use multiprocessing spawn method to support CUDA

> The CUDA runtime does not support the fork start method; either the
> spawn or forkserver start method are required to use CUDA in
> subprocesses.

Signed-off-by: Dominic Baggott <dominic.baggott@gmail.com>

v0.3.0

Toggle v0.3.0's commit message
Add experimental notice to queue API

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Recursively encode tuple outputs (replicate#553)

Fixes the getting started guide, which returns numpy floats in tuples.

Based on FastAPI's json_encodable:
https://github.com/tiangolo/fastapi/blob/26f725d259c5dbe3654f221e608b14412c6b40da/fastapi/encoders.py#L111

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename run.cog.cog_version label to run.cog.version (replicate#532)

Looking at them in `docker inspect` output the former just looks really
clumsy. Now that "cog" and "version" are next to each other, it's pretty
obvious that it refers to Cog.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

v0.1.4

Toggle v0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
document input and output types (replicate#503)

* document input and output types

Signed-off-by: Zeke Sikelianos <zeke@sikelianos.com>

* document example return values for Output

Signed-off-by: Zeke Sikelianos <zeke@sikelianos.com>

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/getkin/kin-openapi from 0.91.0 to 0.92.0 (replicate#487)

Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.91.0 to 0.92.0.
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](getkin/kin-openapi@v0.91.0...v0.92.0)

---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.1.2

Toggle v0.1.2's commit message
document how to yield progressive output

Signed-off-by: Zeke Sikelianos <zeke@sikelianos.com>

v0.1.1

Toggle v0.1.1's commit message
Make progressive output a list

Signed-off-by: Ben Firshman <ben@firshman.co.uk>