Skip to content

Releases: replicate/cog

v0.0.17

15 Nov 23:55

Choose a tag to compare

Changelog

9ba4293 Bump github.com/docker/cli
2898a05 Bump github.com/docker/docker
20b27be Capture all stdout/stderr in Redis worker

v0.0.16

10 Nov 16:33

Choose a tag to compare

Changelog

f9f59f0 Add golangci config to enable golint and other useful checks
5007f2d Fix Install Docker Link in Getting Started Docs
65d8dcd Remove tab
08c8aae Upgrade Torch/Tensorflow/CUDA compatibility maps
ce41086 document prerequisites
e60d81b document r8.im registry in YAML reference
38022a8 link to anchors
643da6e no trained model required for basic getting started guide
82f973e remove trained model prereq
4d55d41 use r8.im as the only image example

v0.0.15

19 Oct 16:06

Choose a tag to compare

Changelog

28202b1 Fix cog predict on remote image (#298)
caba190 Relax GPU requirements for build

v0.0.14

05 Oct 21:11
290627d

Choose a tag to compare

Changelog

843294f Add Docker install to readme
a52ff80 Add install cog instructions to getting started
29fe0e6 Bump golang.org/x/tools from 0.1.6 to 0.1.7
8c296dc Check if remote image exists before pulling in predict
c06a01d Debug statement in ImageInspect
063d0c0 Fix formatting
adf3295 Make remote models use GPUs in cog predict, if model requires GPU
76c3712 Relax torchvision version check
3741f20 Use r8.im in docs
290627d feat: add new command cog init (#279)
37b570c minor tweak to function names in example
9346ce7 note that build runs before first prediction
f0a9fc7 update cog.yaml reference doc
c7e038a use curl instead of wget to download weights (#271)

v0.0.13

28 Sep 15:39
550dd21

Choose a tag to compare

Changelog

550dd21 Add prediction timeouts to redis worker (#264)
f83e9b2 update install commands in README

v0.0.12

22 Sep 00:29

Choose a tag to compare

Changelog

2f70db8 Add "failed" status to redis responses
ce1de79 Add support for yield to redis queue worker
3770198 Bump golang.org/x/tools from 0.1.5 to 0.1.6
18e8fa4 Capture log output from generator
bcb9b44 Create extensions.json
e984c84 Document not downloading weights in setup()
b048b49 Set timeouts for brpop tests
78df85d [wip] Yield progressive output
7017729 clarify installation steps for Mac M1 users
4f2c573 clean up the wheel
13d874d document release process (#236)
0ca463e make fmt
1ab99b2 refine M1 copy
7180bcf update http responder to handle generator functions
fdc2804 use sudo to install

v0.0.11

13 Sep 18:49
9a4bcf9

Choose a tag to compare

Changelog

66b44eb Allow PyTorch GPU versions not known by Cog
4dedf07 Better build temp directory
ddfcecf Bump github.com/golangci/golangci-lint from 1.42.0 to 1.42.1
b9aef0b Bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14
9a4bcf9 Bump pillow from 8.2.0 to 8.3.2 (#234)
edd4063 More sensible pytest output
9d84df8 Remove main-trigger from CI
39cfc5c add troubleshooting section
975e2b2 link to golang install page

v0.0.10

03 Sep 15:46

Choose a tag to compare

Changelog

76de37f Add run build option to cog.yaml
6eae3d2 Allow installing any PyTorch CPU version
5a3a5e2 Capture exception tracebacks in redis queue worker
332d975 Redirect build stdout to stderr
137e890 Remove "hack" to install any tensorflow CPU version

v0.0.9

24 Aug 22:40

Choose a tag to compare

Changelog

f59f718 Add comments to example in readme
9970446 Add hidden --registry flag to cog login
76287c9 Bump github.com/docker/cli
931711c Bump github.com/golangci/golangci-lint from 1.41.1 to 1.42.0
58270d4 Fix broken development version
e6fea96 Set all labels after build

v0.0.8

12 Aug 22:53

Choose a tag to compare

Changelog

dbfe486 Enable GPUs when fetching type signature
c1367e0 Use buildkit caching for pip and apt