-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add blog for how to deploy LLM with inference endpoints #1286
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great post! Added a few suggestions
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
Co-authored-by: Jeff Boudier <74218629+jeffboudier@users.noreply.github.com>
First, you need to install the `text-generation` client | ||
|
||
```python | ||
pip install text-generation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important point, i would have rather showcased huggingface_hub
instead of text-generation
as it contains the exact same code
Better to focus usage / visibility on one client library for critical mass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I was writing the post, there was no support yet. Will change after my vacation next week.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this is new @philschmid and is shipped today. I'll make a PR and tag you :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened a PR: #1290
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merged.
No description provided.