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