Skip to content

Commit 04cdbaa

Browse files
authored
Merge pull request #86 from huggingface/philschmid-patch-1
Update README.md
2 parents 4307021 + 0cad0b7 commit 04cdbaa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<div style="display:flex; text-align:center; justify-content:center;">
21
<img src="https://huggingface.co/front/assets/huggingface_logo.svg" width="100"/>
3-
<h1 style="margin-top:auto;"> Hugging Face Inference Toolkit <h1>
4-
</div>
52

6-
Hugging Face Inference Toolkit is for serving 🤗 Transformers models in containers. This library provides default pre-processing, predict and postprocessing for Transformers, Sentence Tranfsformers. It is also possible to define custom `handler.py` for customization. The Toolkit is build to work with the [Hugging Face Hub](https://huggingface.co/models) and is used as "default" option in [Inference Endpoints](https://ui.endpoints.huggingface.co/)
3+
# Hugging Face Inference Toolkit
4+
5+
Hugging Face Inference Toolkit is for serving 🤗 Transformers models in containers. This library provides default pre-processing, prediction, and postprocessing for Transformers, diffusers, and Sentence Transformers. It is also possible to define a custom `handler.py` for customization. The Toolkit is built to work with the [Hugging Face Hub](https://huggingface.co/models) and is used as the "default" option in [Inference Endpoints](https://ui.endpoints.huggingface.co/)
76

87
## 💻 Getting Started with Hugging Face Inference Toolkit
98

0 commit comments

Comments
 (0)