-
Notifications
You must be signed in to change notification settings - Fork 62
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 wav2vec2 support - export and audio tasks modeling #645
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.
Thank you for the pull-request, looks good to me !
paths: | ||
- "setup.py" | ||
- "optimum/**.py" | ||
workflow_dispatch |
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.
Good ! We can still launch them manually
What does this PR do?
optimum-cli export neuron --model hf-internal-testing/tiny-random-Wav2Vec2Model --task audio-xvector --batch_size 1 --audio_sequence_length 74400 --auto_cast matmul --auto_cast_type bf16 tiny_wav2vec_neuron/
optimum-cli export neuron --model facebook/wav2vec2-large-960h-lv60-self --task audio-xvector --batch_size 1 --audio_sequence_length 74400 --auto_cast matmul --auto_cast_type bf16 wav2vec_neuron/
Before submitting