Cog

Latest version: v0.13.2

Safety actively analyzes 681844 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 31

0.9.15

What's Changed
* Extract release process into separate workflow by mattt in https://github.com/replicate/cog/pull/1839
* Update README with working combination of Python and Torch by mattt in https://github.com/replicate/cog/pull/1846
* Revert "Ping the docker daemon to check if it is up (1838)" by 8W9aG in https://github.com/replicate/cog/pull/1852


**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.14...v0.9.15

0.9.14

What's Changed

* Make install docker friendly by 8W9aG in https://github.com/replicate/cog/pull/1830
* Resolve or ignore Ruff and Pylint warnings by mattt in https://github.com/replicate/cog/pull/1825
* Fix cog base layer hash by 8W9aG in https://github.com/replicate/cog/pull/1833
* Print field in the validator error by 8W9aG in https://github.com/replicate/cog/pull/1836
* Bump github.com/docker/cli from 27.1.0+incompatible to 27.1.1+incompatible by dependabot in https://github.com/replicate/cog/pull/1835
* Ping the docker daemon to check if it is up by 8W9aG in https://github.com/replicate/cog/pull/1838
* Fix Pyright `reportUnnecessaryComparison ` warning by mattt in https://github.com/replicate/cog/pull/1824
* Bump github.com/google/go-containerregistry from 0.20.0 to 0.20.1 by dependabot in https://github.com/replicate/cog/pull/1816
* Bump github.com/docker/cli from 27.0.3+incompatible to 27.1.0+incompatible by dependabot in https://github.com/replicate/cog/pull/1818
* Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible by dependabot in https://github.com/replicate/cog/pull/1832

New Contributors
* 8W9aG made their first contribution in https://github.com/replicate/cog/pull/1830

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.13...v0.9.14

0.9.13

What's Changed
* Enable `--use-cog-base-image` by default by mattt in https://github.com/replicate/cog/pull/1778
* Use `github.com/google/go-containerregistry` to get latest layer SHA instead of pulling by mattt in https://github.com/replicate/cog/pull/1779
* Bump reproducible-containers/buildkit-cache-dance from 3.1.1 to 3.1.2 by dependabot in https://github.com/replicate/cog/pull/1780
* Bump github.com/docker/cli from 26.1.4+incompatible to 27.0.3+incompatible by dependabot in https://github.com/replicate/cog/pull/1781
* Bump github.com/docker/docker from 27.0.1+incompatible to 27.0.3+incompatible by dependabot in https://github.com/replicate/cog/pull/1782
* Secure Prompt for API key by Shubhamai in https://github.com/replicate/cog/pull/1789
* don't block logs during iterators by fixing the lock by technillogue in https://github.com/replicate/cog/pull/1802
* Bump github.com/google/go-containerregistry from 0.19.2 to 0.20.0 by dependabot in https://github.com/replicate/cog/pull/1806
* Bump github.com/getkin/kin-openapi from 0.125.0 to 0.126.0 by dependabot in https://github.com/replicate/cog/pull/1792
* Bump golang.org/x/sys from 0.21.0 to 0.22.0 by dependabot in https://github.com/replicate/cog/pull/1793
* Bump golang.org/x/tools from 0.22.0 to 0.23.0 by dependabot in https://github.com/replicate/cog/pull/1791
* Fix panic in `cog predict` when predictor with string output type returns `None` by mattt in https://github.com/replicate/cog/pull/1809
* optimize webhook serialization by technillogue in https://github.com/replicate/cog/pull/1592
* Make human readable type name function more resilient by mattt in https://github.com/replicate/cog/pull/1810
* cog predict: check output path writability before predict/train by yorickvP in https://github.com/replicate/cog/pull/1389
* cog train: bring functionality on par with cog predict by yorickvP in https://github.com/replicate/cog/pull/1391
* Fix `Dockerfile` generation regression when `--separate-weights` is enabled by mattt in https://github.com/replicate/cog/pull/1811

New Contributors
* Shubhamai made their first contribution in https://github.com/replicate/cog/pull/1789

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.12...v0.9.13

0.9.12

> [!IMPORTANT]
> This release is identical to v0.9.11, except for a change made to fix a flakey test that prevented our CI/CD workflow from completing.

What's Changed
* Allow `URLPath` files to be missing when cleaning up inputs by mattt in https://github.com/replicate/cog/pull/1763
* updated notebook to lab ... by gschian0 in https://github.com/replicate/cog/pull/846
* Add test for using Torch & Tensorflow together by bfirsh in https://github.com/replicate/cog/pull/1023
* fix: 🐛 a better fix for 1635 by EduarteXD in https://github.com/replicate/cog/pull/1656
* Fix integration test deadlocks / timeouts by mattt in https://github.com/replicate/cog/pull/1767
* Make cog local runner match /tmp/shm size on Replicate by nelsonjchen in https://github.com/replicate/cog/pull/1540
* Restructure CI workflow (again) by mattt in https://github.com/replicate/cog/pull/1768
* Add passing test that includes Torch and TensorFlow together by mattt in https://github.com/replicate/cog/pull/1123
* add Etelis as a contributor for code by allcontributors in https://github.com/replicate/cog/pull/1770
* add gschian0 as a contributor for doc by allcontributors in https://github.com/replicate/cog/pull/1771
* Support minor torch version by andreasjansson in https://github.com/replicate/cog/pull/1769
* Warn if `cog.yaml` or predictor are missing by asingh9530 in https://github.com/replicate/cog/pull/1470
* Fix possible data corruption due to race condition in StreamRedirector by mattt in https://github.com/replicate/cog/pull/1773
* Relax linter requirements for CI workflow, resolve new Ruff warnings by mattt in https://github.com/replicate/cog/pull/1775
* Fix `cog build --use-cog-base-image` with minor and patch versions of Python and Torch by mattt in https://github.com/replicate/cog/pull/1774
* Rewrite HTTP API documentation by mattt in https://github.com/replicate/cog/pull/1761
* Reduce size of output to reduce likelihood of OOM in unit test by mattt in https://github.com/replicate/cog/pull/1776
* Handle predictors with deferred annotations by mattt in https://github.com/replicate/cog/pull/1772

New Contributors
* gschian0 made their first contribution in https://github.com/replicate/cog/pull/846
* asingh9530 made their first contribution in https://github.com/replicate/cog/pull/1470

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.10...v0.9.12

0.9.11

> [!IMPORTANT]
> The tagged commit was unable to complete its CI/CD workflow due to a flakey test. These changes are available in Cog [v0.9.12](https://github.com/replicate/cog/releases/tag/v0.9.12).

0.9.10

What's Changed
* Set a minimum CUDA version for Tensorflow compatibility by marcusmartins in https://github.com/replicate/cog/pull/1715
* Validate minor version for CUDA and Python by marcusmartins in https://github.com/replicate/cog/pull/1721
* Document `Secret` type in Python API docs by mattt in https://github.com/replicate/cog/pull/1724
* Update default python version to 3.12 by marcusmartins in https://github.com/replicate/cog/pull/1722
* Improve cog base image handling by marcusmartins in https://github.com/replicate/cog/pull/1699
* Unhide the use-cog-base-image-flag by marcusmartins in https://github.com/replicate/cog/pull/1725
* Update environment variables documentation by mattt in https://github.com/replicate/cog/pull/1749
* Modify internal base image struct by marcusmartins in https://github.com/replicate/cog/pull/1712
* Set 10 minute timeout for test-integration CI job by mattt in https://github.com/replicate/cog/pull/1755
* add necessary headers to curl by Kettukaa in https://github.com/replicate/cog/pull/1751
* Change config's type to TypedDict instead of Dict. by JacekDuszenko in https://github.com/replicate/cog/pull/1527
* Bump to latest supported python & torch in README.md by nevillelyh in https://github.com/replicate/cog/pull/1655
* Use timestamps for tmp build directories by mattt in https://github.com/replicate/cog/pull/1756
* Install Script by chigozienri in https://github.com/replicate/cog/pull/1558
* Update install script instructions by mattt in https://github.com/replicate/cog/pull/1757
* Document how Cog raises `CancelationException` in `predict` when a prediction is canceled by mattt in https://github.com/replicate/cog/pull/1754
* Implement pre-build repository check for Replicate images by Etelis in https://github.com/replicate/cog/pull/1733
* Improve CUDA compatibility checks by nevillelyh in https://github.com/replicate/cog/pull/1690
* Add label for base image's last layer's diff id to cog image by jessie-young in https://github.com/replicate/cog/pull/1747
* Reduce unnecessary work in CI workflow by mattt in https://github.com/replicate/cog/pull/1760
* Update HTTP server to make host configurable by mattt in https://github.com/replicate/cog/pull/1748
* Document `--host` option by mattt in https://github.com/replicate/cog/pull/1762

New Contributors
* Kettukaa made their first contribution in https://github.com/replicate/cog/pull/1751
* nevillelyh made their first contribution in https://github.com/replicate/cog/pull/1655
* chigozienri made their first contribution in https://github.com/replicate/cog/pull/1558
* Etelis made their first contribution in https://github.com/replicate/cog/pull/1733
* jessie-young made their first contribution in https://github.com/replicate/cog/pull/1747

**Full Changelog**: https://github.com/replicate/cog/compare/v0.9.9...v0.9.10

Page 10 of 31

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.