Skip to content

Releases: replicate/cog

v0.9.12

28 Jun 17:32
3eb371a
Compare
Choose a tag to compare

Important

This release is identical to v0.9.11, except for a change made to fix a flakey test that prevented our CI/CD workflow from completing.

What's Changed

  • Allow URLPath files to be missing when cleaning up inputs by @mattt in #1763
  • updated notebook to lab ... by @gschian0 in #846
  • Add test for using Torch & Tensorflow together by @bfirsh in #1023
  • fix: 🐛 a better fix for #1635 by @EduarteXD in #1656
  • Fix integration test deadlocks / timeouts by @mattt in #1767
  • Make cog local runner match /tmp/shm size on Replicate by @nelsonjchen in #1540
  • Restructure CI workflow (again) by @mattt in #1768
  • Add passing test that includes Torch and TensorFlow together by @mattt in #1123
  • add Etelis as a contributor for code by @allcontributors in #1770
  • add gschian0 as a contributor for doc by @allcontributors in #1771
  • Support minor torch version by @andreasjansson in #1769
  • Warn if cog.yaml or predictor are missing by @asingh9530 in #1470
  • Fix possible data corruption due to race condition in StreamRedirector by @mattt in #1773
  • Relax linter requirements for CI workflow, resolve new Ruff warnings by @mattt in #1775
  • Fix cog build --use-cog-base-image with minor and patch versions of Python and Torch by @mattt in #1774
  • Rewrite HTTP API documentation by @mattt in #1761
  • Reduce size of output to reduce likelihood of OOM in unit test by @mattt in #1776
  • Handle predictors with deferred annotations by @mattt in #1772

New Contributors

Full Changelog: v0.9.10...v0.9.12

v0.9.11

28 Jun 17:10
05900a7
Compare
Choose a tag to compare

Important

The tagged commit was unable to complete its CI/CD workflow due to a flakey test. These changes are available in Cog v0.9.12.

v0.9.10

24 Jun 12:41
ab4a2f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.9...v0.9.10

v0.10.0-alpha13

18 Jun 22:49
adf8894
Compare
Choose a tag to compare
v0.10.0-alpha13 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0-alpha12...v0.10.0-alpha13

v0.10.0-alpha12

12 Jun 19:49
42c6617
Compare
Choose a tag to compare
v0.10.0-alpha12 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0-alpha11...v0.10.0-alpha12

v0.10.0-alpha11

04 Jun 10:37
6b6ac5f
Compare
Choose a tag to compare
v0.10.0-alpha11 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0-alpha10...v0.10.0-alpha11

v0.9.9

03 Jun 20:30
Compare
Choose a tag to compare

What's Changed

  • Include prediction id upload request by @aron in #1667
  • update cog init to include a GitHub Actions workflow file by @zeke in #1671
  • document how cog.yaml image works with cog push by @zeke in #1679
  • Fix linter errors by @mattt in #1691
  • fixing install logic to reenable no cuda base image by @daanelson in #1688
  • Increase Hypothesis test deadlines by @marcusmartins in #1700
  • Quick fix for Apple Silicon M1 support in run by @timfallmk in #1704
  • Set missing Env argument in call to NewPredictor on retry by @mattt in #1709
  • Add top-level concurrency setting to cog.yaml schema by @mattt in #1703
  • Add --env/-e flags to cog train subcommand by @mattt in #1710
  • Propagate trace context to webhook and upload requests by @aron in #1698

New Contributors

Full Changelog: v0.9.8...v0.9.9

v0.10.0-alpha10

31 May 22:16
8dc4890
Compare
Choose a tag to compare
v0.10.0-alpha10 Pre-release
Pre-release

What's Changed

  • Backport Secret type to async branch by @mattt in #1706

Full Changelog: v0.10.0-alpha9...v0.10.0-alpha10

v0.9.9-alpha2

29 May 10:05
5d7493f
Compare
Choose a tag to compare
v0.9.9-alpha2 Pre-release
Pre-release

What's Changed

  • update cog init to include a GitHub Actions workflow file by @zeke in #1671
  • document how cog.yaml image works with cog push by @zeke in #1679
  • Fix linter errors by @mattt in #1691
  • fixing install logic to reenable no cuda base image by @daanelson in #1688

New Contributors

Full Changelog: v0.9.9-alpha...v0.9.9-alpha2

v0.10.0-alpha9

29 May 18:05
e07dc07
Compare
Choose a tag to compare
v0.10.0-alpha9 Pre-release
Pre-release

This release fixes being able to push concurrent models with cog.