Releases: replicate/cog
v0.11.1
v0.11.0-alpha1
v0.9.26
v0.9.25
This release includes fixes for running cog build
on GitHub Actions, and improvements to the experience if you accidentally paste a Replicate API token (rather than a CLI auth token) into cog login
.
This release also ensures that the correct version of (This bug wasn't actually fixed in this release, and is finally fixed in v0.11.2.)cog
is installed into the built image when using Cog base images (the default).
Changelog
v0.9.24
This release includes a fix for a bug present in v0.9.21 and v0.9.23.
The bug affected models that ran subprocesses, and could cause those subprocesses to fail with a broken pipe. The fix is in #1969.
Changelog
- f0011cc Add Precompile Build Flag (#1940)
- 3adf48b Add mount caches to pip installs (#1944)
- dbfa22f Add timeout flag to predict (#1879)
- 45d7d2d Don't unwrap and re-wrap streams (#1969)
- 00881a1 Fix generator test (#1964)
- 6ca089f Fix memory leak
- 03b4077 Install apt packages before pip packages (#1954)
- f76e4d5 Revert "Handle predictors with deferred annotations (#1772)" (#1918)
v0.9.23
Important
This release includes changes from the previous tag, v0.9.22, which doesn't have a corresponding release.
What's Changed
- fix code block in deploy.md by @mguida22 in #1941
- Add test against -march by @8W9aG in #1938
- Rebuild ld cache in build by @8W9aG in #1903
- Fix openapi schema by @philandstuff in #1947
New Contributors
Full Changelog: v0.9.21...v0.9.23
Changelog
v0.9.21
Changelog
- b1a616a Add Cython CFLAGS for package optimizations (#1904)
- b76869f Add Torchvision and Torchaudio to base images (#1897)
- 227503e Add direct link to python in root (#1907)
- dc0959e Add findutils to base image (#1909)
- 9b7adc5 Add new base images for torch 2.4.0 (#1893)
- 2620838 Add strip to cog builds (#1902)
- e7a8f05 Add zstd to base image packages (#1905)
- c990866 Allow filtering the generated matrix (#1927)
- 804720d Bump github.com/docker/cli (#1930)
- 506954b Bump github.com/google/go-containerregistry from 0.20.1 to 0.20.2 (#1869)
- e941b20 Bump golang.org/x/sys from 0.22.0 to 0.25.0 (#1931)
- 0125bd6 Bump golang.org/x/term from 0.22.0 to 0.24.0 (#1933)
- 26093c0 Clarify default install directory (#1912)
- 35893d7 Deduplicate worker tests
- 1d1daf6 Fix generating matrix with all CPU torches (#1913)
- 1be0030 Fix test build integration test (#1926)
- 52c8768 Generate optimized python binaries with pyenv (#1900)
- 8832fb1 Install opencv without python in base images (#1910)
- 6c77620 Make StreamRedirector a context manager
- 39b4486 Make
TestWorkerState
deterministic - 21ad75c Make cancelation test less flaky
- c2c658a Provide child worker directly to worker constructor
- 9aeb4d9 Remove -march native cflags (#1935)
- 39b6d56 Remove build base images job (#1923)
- 8c50fea Remove run_prediction
- 2394064 Set useCogBaseImage to false in base-image (#1892)
- b4b028b Simplify TestWorkerState
- ee6fce0 Support torch 2.4.1 (#1929)
- 1a58942 Support torch patch base images (#1894)
v0.9.20
Changelog
- 62f6d41 Add Python 3.7 back to supported versions
- 8dcd976 Add pytest-timeout and configure a 10s test timeout
- 6028963 Fallback to regular if cog base image can't be determined and flag is not explicitly set (#1872)
- 07cd53b Handle CUDA version modifiers on torch (#1876)
- 44fb829 Publish on tag push rather than release
- 2afc58e Support Literal in Python 3.7
- 4ebed53 Support removing input files in Python 3.7
- d3a9c17 Use tox to run Python tests