Skip to content

Commit b2dcc89

Browse files
authored
Add inference providers banner (#1669)
1 parent f4b1a32 commit b2dcc89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/inference-providers/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Inference Providers
22

3+
<div class="flex justify-center">
4+
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/Inference-providers-banner-light.png"/>
5+
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/Inference-providers-banner-dark.png"/>
6+
</div>
7+
38
Hugging Face Inference Providers simplify and unify how developers access and run machine learning models by offering a unified, flexible interface to multiple serverless inference providers. This new approach extends our previous Serverless Inference API, providing more models, increased performances and better reliability thanks to our inference partners.
49

510
To learn more about the launch of Inference Providers, check out our [announcement blog post](https://huggingface.co/blog/inference-providers).

0 commit comments

Comments
 (0)