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

feat(TGI): add release docker image build and push to registry workflow #62

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

tengomucho
Copy link
Collaborator

What does this PR do?

Prepares CI to upload TGI image on TPUs.

@tengomucho tengomucho force-pushed the tgi-docker-workflow branch 15 times, most recently from 4797e31 to 132f72c Compare June 25, 2024 12:12
@tengomucho tengomucho force-pushed the tgi-docker-workflow branch from 132f72c to c75a314 Compare June 25, 2024 13:07
@tengomucho tengomucho force-pushed the tgi-docker-workflow branch from c75a314 to 61c4d42 Compare June 25, 2024 13:11
@tengomucho tengomucho marked this pull request as ready for review June 25, 2024 13:12
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ steps.version.outputs.version }}
TGI_VERSION=5bc3d65dd32ba1f979540caeccbf3dd8798dd9df
Copy link

Choose a reason for hiding this comment

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

Is TGI_VERSION supposed to be frozen here ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

short answer: yes, for now. Long answer: in the future, TPU TGI development should move into TGI repo, so image building and version will be different. But I guess this should be fine for now.

labels: ${{ steps.meta-ie.outputs.labels }}
build-args: |
VERSION=${{ steps.version.outputs.version }}
TGI_VERSION=5bc3d65dd32ba1f979540caeccbf3dd8798dd9df
Copy link

Choose a reason for hiding this comment

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

same question as above

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

same answer

@tengomucho tengomucho merged commit aebfc0b into main Jun 25, 2024
1 check passed
@tengomucho tengomucho deleted the tgi-docker-workflow branch June 25, 2024 13:45
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