Skip to content
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

Merged
merged 16 commits into from
Jul 4, 2023
Merged

Conversation

philschmid
Copy link
Contributor

No description provided.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@philschmid philschmid requested a review from jeffboudier July 4, 2023 08:08
Copy link
Member

@jeffboudier jeffboudier left a 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

philschmid and others added 14 commits July 4, 2023 14:22
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>
@philschmid philschmid merged commit 4460661 into main Jul 4, 2023
@philschmid philschmid deleted the llm-ie-post branch July 4, 2023 13:01
First, you need to install the `text-generation` client

```python
pip install text-generation
Copy link
Member

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

cc @OlivierDehaene @Wauplin @philschmid

Copy link
Contributor Author

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.

Copy link
Contributor

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 :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Opened a PR: #1290

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants