Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
:orphan:
############################
Level 11: Deploy your models
In this level you'll learn a few options for deploying models into production.
----
.. raw:: html
<div class="display-card-container">
<div class="row">
.. Add callout items below this line
.. displayitem::
:header: Deploy with ONNX
:description: Optimize models for enterprise-scale production environments with ONNX.
:col_css: col-md-4
:button_link: ../deploy/production_advanced.html
:height: 180
:tag: advanced
:header: Deploy with torchscript
:description: Optimize models for enterprise-scale production environments with torchscript.
:button_link: ../deploy/production_advanced_2.html
:header: Compress models for fast inference
:description: Compress model size for deployment with Quantization and Pruning.
:button_link: ../advanced/pruning_quantization.html
</div>