-
Notifications
You must be signed in to change notification settings - Fork 967
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 FP8 docker images #3048
Add FP8 docker images #3048
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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.
Thanks, LGTM.
Also noticed that the deepspeed images weren't ever being built, so changes that/fixes it.
It looks like DS images are now completely removed, or am I missing something?
uses: docker/setup-buildx-action@v2 | ||
- name: Login to DockerHub | ||
uses: docker/login-action@v2 |
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.
Just noticed that setup-buildx-action
is already at version 3.6.1 and login-action
at 3.3.0. No TODO for this PR, but could be worth upgrading in the future (at a glance, there appear to be no security fixes, but who knows).
oop, good catch ty |
-release
tag
What does this PR do?
This PR adds FP8 benchmarking docker images. They are tagged as
huggingface/accelerate-gpu-fp8-transformerengine
+-release
/-nightly
.Also noticed that the deepspeed images weren't ever being built, so changes that/fixes it.
Fixes # (issue)
Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.
@BenjaminBossan