Skip to main content

Inference toolkit for machine learning models

Project description

Infer

infer is a toolchain for doing optimized neural network inference with a number of different backends.

Installation

Install from pip:

pip install ml-infer
# With development dependencies
pip install 'ml-infer[dev]'
# With TensorRT support
pip install 'ml-infer[tensorrt]'
# With CoreML support
pip install 'ml-infer[coreml]'
# With developer dependencies and TensorRT support
pip install 'ml-infer[dev,tensorrt]'
# With developer dependencies and CoreML support
pip install 'ml-infer[dev,coreml]'

Supported Backend

  • TensorRT
  • CoreML

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ml_infer-0.0.3-cp310-cp310-macosx_11_0_x86_64.whl (70.8 kB view hashes)

Uploaded CPython 3.10 macOS 11.0+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page