==============
Pytorch to SlashML
==============

First make sure you have the following dependencies installed

.. code-block:: python

   pip install torch
   pip install torchvision
   pip install sklearn

Then follow the following example to deploy a Hugging Face model to SlashML

.. literalinclude:: ../../examples/deploy_model/scikit-learn/deploy_scikit_learn_models.py