Installation#
Embedl Deploy is a pure Python package with the only dependency being PyTorch. Install with:
pip install embedl-deploy
For model compilation, you may need additional tools such as TensorRT (trtexec), but these are
not required to create deployment-ready models in PyTorch and export them to ONNX.