Modelkit

Latest version: v0.1.2

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

Scan your dependencies

Page 4 of 4

0.0.11

- validation of downloads in ASSETS_DIR with `.SUCCESS` files
- `MODELKIT_STORAGE_FORCE_DOWNLOAD` to force download of remote assets
- `MODELKIT_STORAGE_TIMEOUT` to control timeout on storage download lock
- Improved `debug` level logs when fetching assets

0.0.2

This is quite a major update, with numerous breaking changes.
- separated sync and async Models for clarity (https://github.com/clustree/modelkit/pull/10)
- reworked batching predict logic: `predict` no longer automatically switches between single items and batches. `Model.predict` takes single items, `predict_batch` only accepts lists of items, and `predict_gen` knows how to deal with generators (https://github.com/clustree/modelkit/pull/15, https://github.com/clustree/modelkit/pull/16, https://github.com/clustree/modelkit/pull/19, https://github.com/clustree/modelkit/pull/20)
- caching with native python caches now available (https://github.com/clustree/modelkit/pull/22, https://github.com/clustree/modelkit/pull/23)
- documentation improvements

0.0.1

Initial release of modelkit ✨

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.