-
Notifications
You must be signed in to change notification settings - Fork 685
Add Voxtral runner #13871
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 Voxtral runner #13871
Conversation
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13871
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New FailuresAs of commit f2336f3 with merge base ea5cf49 ( NEW FAILURES - The following jobs have failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@jackzhxng has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
std::vector<float> audio_data(batch_size * n_bins * n_frames); | ||
f.read( | ||
reinterpret_cast<char*>(audio_data.data()), | ||
audio_data.size() * sizeof(float)); |
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.
why allocate a vector and then later copy it into audio->data? instead we can f.read directly into audio->data.data()
Thanks for the drive by @swolchok ! |
(Messed up the merge for the original stack, this is reland. Original PR with comments here - #13663) Differential Revision: [D81498749](https://our.internmc.facebook.com/intern/diff/D81498749) [ghstack-poisoned]
This pull request was exported from Phabricator. Differential Revision: D81498749 |
(Messed up the merge for the original stack, this is reland. Original PR with comments here - #13663) Differential Revision: [D81498749](https://our.internmc.facebook.com/intern/diff/D81498749) [ghstack-poisoned]
Pull Request resolved: #13871 @imported-using-ghimport Differential Revision: [D81498749](https://our.internmc.facebook.com/intern/diff/D81498749/) ghstack-source-id: 307512426
This pull request was exported from Phabricator. Differential Revision: D81498749 |
a03a031
into
gh/jackzhxng/35/base
This PR was created by the merge bot to help merge the original PR into the main branch. ghstack PR number: #13871 by @jackzhxng ^ Please use this as the source of truth for the PR details, comments, and reviews ghstack PR base: https://github.com/pytorch/executorch/tree/gh/jackzhxng/35/base ghstack PR head: https://github.com/pytorch/executorch/tree/gh/jackzhxng/35/head Merge bot PR base: https://github.com/pytorch/executorch/tree/gh/jackzhxng/34/orig Merge bot PR head: https://github.com/pytorch/executorch/tree/gh/jackzhxng/35/orig @diff-train-skip-merge --------- Co-authored-by: Jack Zhang <32371937+jackzhxng@users.noreply.github.com>
(Messed up the merge for the original stack, this is reland. Original PR with comments here - #13663)
Stack from ghstack (oldest at bottom):
Differential Revision: D81498749