-
Notifications
You must be signed in to change notification settings - Fork 841
chore: Add Speech Recognition with DDP Example #2830
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
base: master
Are you sure you want to change the base?
chore: Add Speech Recognition with DDP Example #2830
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Pull Request Test Coverage Report for Build 17773026722Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
abad5ad to
277e1b3
Compare
Signed-off-by: zren11 <[email protected]>
277e1b3 to
7754621
Compare
|
@andreyvelich I notice the GPU E2E test failed. Is there anything I can do to fix it? Thanks! |
|
/ok-to-test |
Can you rebase your PR again please ? |
| @@ -0,0 +1,5 @@ | |||
| FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel | |||
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.
You can remove all of your files and keep only Jupyter Notebooks.
You can check out this example for knowledge distillation BERT fine-tuning: https://github.com/kubeflow/trainer/blob/master/examples/pytorch/question-answering/fine-tune-distilbert.ipynb
In your Notebook you can reference to the getting started guide which explains how to deploy kind cluster and torch-distributed Runtime.
What this PR does / why we need it:
This is an simple Speech Recognition example for Issue 2040.
Key Features:
Details can be found in PR's
README.mdfile.Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...format, will close the issue(s) when PR gets merged):Fixes #Issue 2040 Issue 2040.