Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 994 Bytes

advanced_topics.md

File metadata and controls

33 lines (23 loc) · 994 Bytes

Advanced Features {#ovms_docs_advanced}

---
maxdepth: 1
hidden:
---

ovms_sample_cpu_extension
ovms_docs_model_cache
ovms_docs_custom_loader
ovms_extras_nginx-mtls-auth-readme

CPU Extensions

Implement any CPU layer, that is not support by OpenVINO yet, as a shared library.

Learn more

Model Cache

Leverage the OpenVINO model caching feature to speed up subsequent model loading on a target device.

Learn more

Custom Model Loader

Write your own custom model loader based on a predefined interface and load it similar to a dynamic library.

Learn more

Securing Model Server with NGINX

Protect network endpoints with traffic encryption and client authorization using a reverse proxy

Learn more