File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ The advantages are:
141141
142142- Free model or dataset hosting for libraries and their users.
143143- Built-in file versioning, even with very large files, thanks to a git-based approach.
144- - Hosted inference API for all models publicly available.
144+ - Serverless inference API for all models publicly available.
145145- In-browser widgets to play with the uploaded models.
146146- Anyone can upload a new model for your library, they just need to add the corresponding tag for the model to be discoverable.
147147- Fast downloads! We use Cloudfront (a CDN) to geo-replicate downloads so they're blazing fast from anywhere on the globe.
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ Visit the [Models](https://huggingface.co/models) page on the Hub to explore you
7979
8080### Using a specific URL
8181
82- The examples we saw above use the free-hosted Inference API. This proves to be very useful for prototyping
82+ The examples we saw above use the Serverless Inference API. This proves to be very useful for prototyping
8383and testing things quickly. Once you're ready to deploy your model to production, you'll need to use a dedicated infrastructure.
8484That's where [ Inference Endpoints] ( https://huggingface.co/docs/inference-endpoints/index ) comes into play. It allows you to deploy
8585any model and expose it as a private API. Once deployed, you'll get a URL that you can connect to using exactly the same
You can’t perform that action at this time.
0 commit comments