Does autoLLM support HuggingFace LLM's #96
-
need to integrating huggingface models also other than just proprietary LLM's. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Thank you for highlighting the need for HuggingFace model integration. We value your feedback! In response to your suggestion, we've updated our README with examples demonstrating the integration of HuggingFace models. You can find the details in the 🌟 features section. Your input helps make our project better! Best, |
Beta Was this translation helpful? Give feedback.
-
@SeeknnDestroy Talha, appreciate the quick update regarding HF models. Is HuggingFace's TGI supported as a backend? Specifically, if I have a HF model hosted a local TGI server, can I interact with it via AutoLLM? E.g.
|
Beta Was this translation helpful? Give feedback.
-
@dcruiz01 we are working on new tutorials to make things clear to the users. We are grateful for your patience till they are published 🙏 |
Beta Was this translation helpful? Give feedback.
-
Hello @dcruiz01, current HuggignFace examples support local and cloud TGI's. Your given code snippet should work :) |
Beta Was this translation helpful? Give feedback.
Hello @dcruiz01, current HuggignFace examples support local and cloud TGI's. Your given code snippet should work :)