Releases: replicate/cog
Releases · replicate/cog
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
v0.9.19
v0.9.18
v0.9.16
Changelog
- cf547dd Bump github.com/getkin/kin-openapi from 0.126.0 to 0.127.0 (#1850)
- 2a5d776 Bump goreleaser/goreleaser-action from 4 to 6 (#1766)
- 4cbd8ce Bump pyright to 1.1.375
- 66e4f87 Check release tag (#1859)
- 0b48c8f Fix a multithreading bug related to numpy import
- 01f9b56 Fix async prediction tests
- 1463d77 Fix stream_redirector_race_condition test
- 501d3ec Ignore git files everywhere in .dockerignore (#1861)
- c889973 Make Worker interface non-blocking
- fee960f Set ruff's
src
config option - e4f0efd Simplify
PredictionRunner
v0.9.15
v0.10.0-alpha21
What's Changed
- move runner terminate into runner shutdown after waiting for predictions to ocmplete @technillogue in #1843
Full Changelog: v0.10.0-alpha20...v0.10.0-alpha21
v0.9.14
What's Changed
- Make install docker friendly by @8W9aG in #1830
- Resolve or ignore Ruff and Pylint warnings by @mattt in #1825
- Fix cog base layer hash by @8W9aG in #1833
- Print field in the validator error by @8W9aG in #1836
- Bump github.com/docker/cli from 27.1.0+incompatible to 27.1.1+incompatible by @dependabot in #1835
- Ping the docker daemon to check if it is up by @8W9aG in #1838
- Fix Pyright
reportUnnecessaryComparison
warning by @mattt in #1824 - Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 by @dependabot in #1816
- Bump github.com/docker/cli from 27.0.3+incompatible to 27.1.0+incompatible by @dependabot in #1818
- Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible by @dependabot in #1832
New Contributors
Full Changelog: v0.9.13...v0.9.14