Conversation
|
@andresilva I have a local accelerated ROCm build working with the upstream bugfix that just merged to parakeet-rs, FYI! |
|
Oh that's great! I couldn't get this to work, just get a runtime error when migraphx tries to load. I'm actually not sure if I'll ever use GPU acceleration though because parakeet with AVX-512 is plenty fast! |
I am seeing processing time reduced from 0.3s to 0.07s for the same clip. But, like you, I'm not 100% convinced that I have it right yet! |
|
Got it working now! There were two issues:
Also added wrapper to set |
|
@andresilva Are you interested in an invitation as collaborator to this project? Your contributions have been very helpful. It'd let you clone directly and open PRs here instead of in your fork. Up to you - no pressure. As for the update you shared above, that is great news and I will test it tomorrow! |
|
Thanks for the invite! Honestly I've just been scratching my own itches to get this to work for me, I don't expect to be actively contributing and would rather just create PRs when I have something to contribute. |
|
Updated the PR to use |
|
Also NixOS/nixpkgs#487940 should allow removing the fixes I have in this PR to enable MLIR. |
ca00be3 to
9fd636f
Compare
|
NixOS/nixpkgs#487940 is now in nixos-unstable. Updated the PR to update the nixpkgs input and remove my fixes to enable MLIR. The only thing left is a new ort release (pykeio/ort#451 (comment)). |
a48c10b to
c298619
Compare
Uses the latest unreleased
parakeet-rsto replace deprecated rocm with migraphx. Thevoxtypecodebase still refers to rocm rather than migraphx. Unfortunately I couldn't get this to work: