==============
Hugging Face to SlashML
==============

First make sure you have the following dependencies installed

.. code-block:: python

   pip install slashml
   pip install transformer, torch

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

.. literalinclude:: ../../examples/deploy_model/hugging_face_transformer/deploy_hugging_face_transformer.py