Skip to content

Commit

Permalink
docs: Add model store reference in the Services doc (#4706)
Browse files Browse the repository at this point in the history
Add model store reference in the Services doc

Signed-off-by: Sherlock113 <sherlockxu07@gmail.com>
  • Loading branch information
Sherlock113 committed May 6, 2024
1 parent bf8f8e8 commit 12f0a84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/guides/services.rst
Expand Up @@ -33,6 +33,10 @@ Here is a Service definition example from :doc:`/get-started/quickstart`.
Methods within the class which are defined as accessible HTTP API endpoints are decorated with ``@bentoml.api``. This makes them callable when the Service is deployed.

.. note::

This Service downloads a pre-trained model from Hugging Face. It is possible to use your own model within the Service class. For more information, see :doc:`/guides/model-store`.

Test the Service code
---------------------

Expand Down

0 comments on commit 12f0a84

Please sign in to comment.