bentoml / BentoML

The easiest way to serve AI apps and models - Build Model Inference APIs, Job queues, LLM apps, Multi-model pipelines, and more!
https://bentoml.com
Apache License 2.0
7.16k stars 792 forks source link

bug: Transforms API references a Transformers Guide that doesn't exist #4541

Open ProVega opened 8 months ago

ProVega commented 8 months ago

Describe the bug

I am new to Bento ML and trying to learn how to deploy a Hugging Face Transformer. I see various example and I want to learn more about the transformers.pipeline method (ex: What is task). I find this page:

https://github.com/bentoml/BentoML/blob/main/docs/source/reference/frameworks/transformers.rst https://docs.bentoml.com/en/latest/reference/frameworks/transformers.html

But it just says this "Please refer to Transformers guide for more information about how to use Hugging Face Transformers in BentoML."

Under Guides there is no such article and there is no link. I know I am a noob - I THINK it wants to point to here:

https://huggingface.co/docs/transformers/quicktour

Is that right?

To reproduce

No response

Expected behavior

No response

Environment

N/A

cserpellZF commented 3 months ago

I don't think it really wants to point to huggingface's page, I think in fact there is a framework documentation missing in BentoML doc.