Releases: replicate/cog
Releases · replicate/cog
v0.10.0-alpha27
Changelog
- 32c7408 fix GHA
v0.13.6
v0.13.3
This release includes an important bug fix around usage of requests
to include explicit connection timeouts. Other changes include tidying related to the removal of python 3.7 support, adding the output of pip freeze
as a docker image label, and some groundwork towards supporting concurrent predictions.
Changelog
- 8e1091f Add lock to subscribers dictionary
- 3d9c298 Add pip freeze to docker label (#2062)
- 3e56e59 Always set timeout on requests (#2064)
- 746ec53 Fix flake on test_path_temporary_files_are_removed (#2059)
- 2bc4710 Make TestWorkerState aware of prediction tags
- 425d5a2 More python 3.7 tidying (#2063)
- 8630036 PR feedback
- 9c894d6 Update Worker to support concurrent predictions
- cf0f8b2 Update python/cog/server/worker.py
- db1cbef make clear why we read the PredictionInput childworker event
- 5f6a742 update TestWorkerState to support concurrent subscribers
v0.13.2
v0.13.1
v0.13.0
v0.12.1
v0.12.0
Changelog
- 5e2218f Add Setup Logging (#2018)
- 5c1908f Add integration tests around stream redirection (#2027)
- 2781f5c Add local ignore for integration test fixture outputs (#2039)
- a5759db Downgrade
typing-extensions
to fix conflict withspacy
andpydantic
(#2033) - f8e3461 Drop python 3.7 from test matrix (#2028)
- 7a9d694 Manually patch CuDNN in cuda base images index (#2036)
- 5eb31ff Support async predictors (✨ again ✨) (#2025)
- eb04c7b Update section in CONTRIBUTING about release tags (#2038)
v0.11.6
Changelog
This reverts a change introduced in v0.11.4
to begin supporting async predict
functions. The changes to how output redirection is handled broke a subset of models that started subprocesses during setup which then used stdout and/or stderr at predict time.