Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm-at-zama committed Apr 9, 2024
1 parent 408a934 commit b753379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhe-endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ More precisely, we use Hugging Face [Endpoints](https://huggingface.co/docs/infe

Let's start with deploying an FHE-friendly model (prepared by Zama or third parties - see [Preparing your pre-compiled model](#preparing-your-pre-compiled-model) section below for learning how to prepare yours).

First, look for the model you want to deploy: We have pre-compiled a [bunch of models](https://huggingface.co/zama-fhe?#models) on Zama's HF page. Let's suppose you have chosen [concrete-ml-encrypted-decisiontree](https://huggingface.co/zama-fhe/concrete-ml-encrypted-decisiontree): As explained in the description, this pre-compiled model allows you to detect spam without looking at the message content in the clear.
First, look for the model you want to deploy: We have pre-compiled a [bunch of models](https://huggingface.co/zama-fhe?#models) on Zama's HF page (or you can [find them](https://huggingface.co/models?other=concrete-ml) with tags). Let's suppose you have chosen [concrete-ml-encrypted-decisiontree](https://huggingface.co/zama-fhe/concrete-ml-encrypted-decisiontree): As explained in the description, this pre-compiled model allows you to detect spam without looking at the message content in the clear.

Like any other model available on the Hugging Face platform, select _Deploy_ and then _Inference Endpoint (dedicated)_:

Expand Down

0 comments on commit b753379

Please sign in to comment.