8000 Releases · replicate/cog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: replicate/cog

v0.9.16

13 Aug 09:40
v0.9.16
2a5d776
Compare
Choose a tag to compare

Changelog

  • cf547dd Bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 (#1850)
  • 2a5d776 Bump goreleaser/goreleaser-action from 4 to 6 (#1766)
  • 4cbd8ce Bump pyright to 1.1.375
  • 66e4f87 Check release tag (#1859)
  • 0b48c8f Fix a multithreading bug related to numpy import
  • 01f9b56 Fix async prediction tests
  • 1463d77 Fix stream_redirector_race_condition test
  • 501d3ec Ignore git files everywhere in .dockerignore (#1861)
  • c889973 Make Worker interface non-blocking
  • fee960f Set ruff's src config option
  • e4f0efd Simplify PredictionRunner

v0.9.15

12 Aug 19:37
4efdcf3
Compare
Choose a tag to compare

What's Changed

  • Extract release process into separate workflow by @mattt in #1839
  • Update README with working combination of Python and Torch by @mattt in #1846
  • Revert "Ping the docker daemon to check if it is up (#1838)" by @8W9aG in #1852

Full Changelog: v0.9.14...v0.9.15

v0.10.0-alpha21

02 Aug 19:10
0976a05
Compare
Choose a tag to compare
v0.10.0-alpha21 Pre-release
Pre-release

What's Changed

  • move runner terminate into runner shutdown after waiting for predictions to ocmplete @technillogue in #1843

Full Changelog: v0.10.0-alpha20...v0.10.0-alpha21

v0.9.14

31 Jul 13:04
592f768
Compare
Choose a tag to compare

What's Changed

  • Make install docker friendly by @8W9aG in #1830
  • Resolve or ignore Ruff and Pylint warnings by @mattt in #1825
  • Fix cog base layer hash by @8W9aG in #1833
  • Print field in the validator error by @8W9aG in #1836
  • Bump github.com/docker/cli from 27.1.0+incompatible to 27.1.1+incompatible by @dependabot in #1835
  • Ping the docker daemon to check if it is up by @8W9aG in #1838
  • Fix Pyright reportUnnecessaryComparison warning by @mattt in #1824
  • Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 by @dependabot in #1816
  • Bump github.com/docker/cli from 27.0.3+incompatible to 27.1.0+incompatible by @dependabot in #1818
  • Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible by @dependabot in #1832

New Contributors

Full Changelog: v0.9.13...v0.9.14

v0.10.0-alpha20

26 Jul 03:51
acbb283
Compare
Choose a tag to compare
v0.10.0-alpha20 Pre-release
Pre-release

This release fixes an error which happens when setup fails that was introduced in alpha18

Full Changelog: v0.10.0-alpha18...v0.10.0-alpha20

v0.10.0-alpha19

26 Jul 03:33
bb6f901
Compare
Choose a tag to compare
v0.10.0-alpha19 Pre-release
Pre-release

This release mistakenly included a more significant change in addition to fixing an error which happens when setup fails that was introduced in alpha18

Full Changelog: v0.10.0-alpha18...v0.10.0-alpha19

v0.10.0-alpha18

23 Jul 22:02
9f49b29
Compare
Choose a tag to compare
v0.10.0-alpha18 Pre-release
Pre-release

This release attempts to fix cog never exiting if a shutdown is requested during setup. This may not work, but this also adds a lot of logging that should allow us to actually resolve the issue.

What's Changed< 10000 /h2>

Full Changelog: v0.10.0-alpha17...v0.10.0-alpha18

v0.10.0-alpha17

22 Jul 19:33
5464c43
Compare
Choose a tag to compare
v0.10.0-alpha17 Pre-release
Pre-release

This release includes a temporary fix for a bug around cancellation.

What's Changed

  • [async] Fix CI branch by @aron in #1797
  • Add fixes for CI ruff issues by @aron in #1799
  • [async] Propagate trace context to webhook and upload requests by @aron in #1787
  • [async] Include prediction id upload request by @aron in #1788
  • patch cancel bug: immediately mark predictions as cancelled by @technillogue in #1798

Full Changelog: v0.10.0-alpha16...v0.10.0-alpha17

v0.9.13

17 Jul 16:38
7a08bbf
Compare
Choose a tag to compare

What's Changed

  • Enable --use-cog-base-image by default by @mattt in #1778
  • Use github.com/google/go-containerregistry to get latest layer SHA instead of pulling by @mattt in #1779
  • Bump reproducible-containers/buildkit-cache-dance from 3.1.1 to 3.1.2 by @dependabot in #1780
  • Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible by @dependabot in #1781
  • Bump github.com/docker/docker from 27.0.1+incompatible to 27.0.3+incompatible by @dependabot in #1782
  • Secure Prompt for API key by @Shubhamai in #1789
  • don't block logs during iterators by fixing the lock by @technillogue in #1802
  • Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 by @dependabot in #1806
  • Bump github.com/getkin/kin-openapi from 0.125.0 to 0.126.0 by @dependabot in #1792
  • Bump golang.org/x/sys from 0.21.0 to 0.22.0 by @dependabot in #1793
  • Bump golang.org/x/tools from 0.22.0 to 0.23.0 by @dependabot in #1791
  • Fix panic in cog predict when predictor with string output type returns None by @mattt in #1809
  • optimize webhook serialization by @technillogue in #1592
  • Make human readable type name function more resilient by @mattt in #1810
  • cog predict: check output path writability before predict/train by @yorickvP in #1389
  • cog train: bring functionality on par with cog predict by @yorickvP in #1391
  • Fix Dockerfile generation regression when --separate-weights is enabled by @mattt in #1811

New Contributors

Full Changelog: v0.9.12...v0.9.13

v0.10.0-alpha16

03 Jul 10:07
a4b86cd
Compare
Choose a tag to compare
v0.10.0-alpha16 Pre-release
Pre-release

Changelog

  • a4b86cd Poison model healthcheck on shutdown
0