truss icon indicating copy to clipboard operation
truss copied to clipboard

The simplest way to serve AI/ML models in production

Results 90 truss issues
Sort by recently updated
recently updated
newest added

**What:** Creating a CLI command for readme generation and including the new `description` from `config.yaml` in the README.

**Describe the bug** When I run add_python_requirement and the requirement is already listed in config.yaml, it is listed again. e.g. ``` requirements: - joblib==1.0.0 - joblib==1.0.0 - joblib==1.1.0 ``` **To...

good first issue

Really like the look of this project. I saw the AWS integration guide, but I was wondering what it'd be like to integrate with SageMaker (https://aws.amazon.com/sagemaker/). I suspect there might...

Hey, I just got here via the TLDR Newsletter (https://tldr.tech) This project looks great! However, some screenshots or even a demo would be a nice showcase of what's expected to...

Bumps [joblib](https://github.com/joblib/joblib) from 1.1.0 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

Added error handling for pre and post functions

## :rocket: What * Add support for pydantic I/O types of processors. * Extend integration test to use pydantic types for some processors (and mixed pydantic, simple). * Cleanup code...

## :rocket: What Build multiarch image for context builder ## :computer: How arm64 needs to have build-essential bundle and rustup installed. They are removed after the build. ## :microscope: Testing

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.0 to 10.3.0. Release notes Sourced from pillow's releases. 10.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.3.0.html Changes CVE-2024-28219: Use strncpy to avoid buffer overflow #7928 [@​hugovk] Use functools.lru_cache for hopper() #7912 [@​hugovk]...

dependencies

when trying to run pip install --upgrade truss, subprocess exits with error: uvloop does not support Windows at the moment happens anytime I try to install truss would like to...

bug