Skip to content

Commit

Permalink
Merge pull request #105 from andrewrreed/main
Browse files Browse the repository at this point in the history
Add Enterprise Hub Serverless API Notebook
  • Loading branch information
stevhliu committed Jun 11, 2024
2 parents 98125a0 + 97edf7c commit cb24192
Show file tree
Hide file tree
Showing 3 changed files with 827 additions and 1 deletion.
2 changes: 2 additions & 0 deletions notebooks/en/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@
sections:
- local: enterprise_cookbook_overview
title: Overview
- local: enterprise_hub_serverless_inference_api
title: Inference API (Serverless)
- local: enterprise_cookbook_dev_spaces
title: Interactive Development In HF Spaces
- local: enterprise_cookbook_argilla
Expand Down
2 changes: 1 addition & 1 deletion notebooks/en/enterprise_cookbook_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ With JupyterLab Spaces you can spin up your personal Jupyter Notebook like in Go
For more details, read also the [JupyterLab Spaces](https://huggingface.co/docs/hub/spaces-sdks-docker-jupyter) and the [Dev Mode](https://huggingface.co/dev-mode-explorers) documentation.


## Inference API (Serverless) (coming soon)
## Inference API (Serverless)
With our serverless Inference API, you can test a range of open source models with simple API calls (e.g. generative LLMs, efficient embedding models, or image generators). The serverless Inference API is rate limited and mostly intended for initial testing or low-volume use. Read this recipe to learn how to query the serverless Inference API.

For more details, read also the [serverless API](https://huggingface.co/docs/api-inference/index) documentation.
Expand Down
Loading

0 comments on commit cb24192

Please sign in to comment.