Releases: replicate/cog
v0.0.17
v0.0.16
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
v0.0.14
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
v0.0.12
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
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