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 Neuronx TGI image 0.0.27 #110

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

dacorvo
Copy link
Contributor

@dacorvo dacorvo commented Dec 13, 2024

This updates the list of images to add NeuronX TGI v0.0.27, based on AWS Neuron SDK 2.20.2.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@dacorvo dacorvo requested a review from a team as a code owner December 13, 2024 13:16
# Fetch and extract the TGI sources
FROM alpine AS tgi
RUN mkdir -p /tgi
ADD https://github.com/huggingface/text-generation-inference/archive/refs/tags/v3.0.0.tar.gz /tgi/sources.tar.gz

Choose a reason for hiding this comment

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

FYI patch fix released ~2 days ago, not sure if relevant here (see the release notes at https://github.com/huggingface/text-generation-inference/releases/tag/v3.0.1)

Suggested change
ADD https://github.com/huggingface/text-generation-inference/archive/refs/tags/v3.0.0.tar.gz /tgi/sources.tar.gz
ADD https://github.com/huggingface/text-generation-inference/archive/refs/tags/v3.0.1.tar.gz /tgi/sources.tar.gz

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This patch is not relevant for neuron.

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.

3 participants