Skip to content

Releases: replicate/cog

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.

v0.10.0-alpha8

22 May 19:39
0731446
Compare
Choose a tag to compare
v0.10.0-alpha8 Pre-release
Pre-release

What's Changed

Full Changelog: v0.10.0-alpha7...v0.10.0-alpha8

v0.9.9-alpha

20 May 15:23
36c7ece
Compare
Choose a tag to compare
v0.9.9-alpha Pre-release
Pre-release

Changelog

v0.10.0-alpha7

17 May 22:18
e32f5cc
Compare
Choose a tag to compare
v0.10.0-alpha7 Pre-release
Pre-release

This release adds cog.emit_metric, a predict_time_share metric, and provisional support for setting target concurrency. It also properly records the changes that were already in prod.

What's Changed

Full Changelog: v0.10.0-alpha6...v0.10.0-alpha7

v0.9.8

17 May 17:09
Compare
Choose a tag to compare

This release fixes an issue No output specified with docker-container driver for users of Docker buildx.

Thanks to @mattt and @EduarteXD for the fixes.

Changelog

  • 2d0fe2a Run go generate ./... (#1657)
  • 5308966 document pinning python package installations to commit SHAs

v0.9.8-alpha

10 May 17:12
Compare
Choose a tag to compare
v0.9.8-alpha Pre-release
Pre-release

What's Changed

  • Bump github.com/docker/docker from 26.0.2+incompatible to 26.1.1+incompatible by @dependabot in #1646
  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 by @dependabot in #1644
  • Fix Getting Started Link returns 404 by @tempusfrangit in #1639
  • Bump github.com/docker/cli from 26.0.0+incompatible to 26.1.1+incompatible by @dependabot in #1645
  • fix: 🐛 Failed to Load Docker Image Metadata in Github Action by @EduarteXD in #1638

New Contributors

Full Changelog: v0.9.7...v0.9.8-alpha

v0.9.7

06 May 20:02
bf5bf3c
Compare
Choose a tag to compare

The main changes in this release is the Secret type and always passing the --load flag to docker buildx build. Enjoy!

What's Changed

Full Changelog: v0.9.6...v0.9.7

v0.9.6

19 Apr 20:25
v0.9.6
fae2ac3
Compare
Choose a tag to compare

The main highlight in this release is revised schema validation that should improve boot times. We also add support for torch 2.2, drop support for 3.7, add support for list in inputs, and fix some other bugs.

What's Changed

Changelog

  • 1999f43 Fix go-runtime setup for base-build workflow
  • 175e3e5 Implement base-building workflow
  • c138db2 feat: deprecate python 3.7 #2 (#1582)
  • fae2ac3 feat: new approach for fast validation - fast cold boot (#1553)
  • 1289b6f feat: support for list in inputs (#1561)
  • d1d3fc4 fix: invalid components: schema "Output": extra sibling fields: [title] (#1579)
  • cffd61b update compatibility matrices: support torch 2.2 (#1580)