Skip to content
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

why cuda is not avaliable? #7

Open
altunenes opened this issue Sep 14, 2024 · 3 comments
Open

why cuda is not avaliable? #7

altunenes opened this issue Sep 14, 2024 · 3 comments

Comments

@altunenes
Copy link
Contributor

altunenes commented Sep 14, 2024

may I ask why CUDA is not available for speaker ID?

cargo run --example max_speakers --features cuda -- 6_speakers.wav

When I add features cuda it works by the way :-)

https://github.com/thewh1teagle/pyannote-rs/blob/main/Cargo.toml

regards...

(I was experimenting with bigger ID models and they are slow on the CPU :-) )

@thewh1teagle
Copy link
Owner

Hey :)
I didn’t enable cuda because it was working so quickly that I didn’t think about it. Would you like to create a PR?
Also, it would be helpful to add some notes to building.md, as you might need specific cuda DLLs when you run it outside the Rust build folder.

@altunenes
Copy link
Contributor Author

Hey :) I didn’t enable cuda because it was working so quickly that I didn’t think about it. Would you like to create a PR? Also, it would be helpful to add some notes to building.md, as you might need specific cuda DLLs when you run it outside the Rust build folder.

I would love to do it, but my Windows computer has been broken for a while. I'm waiting for it to come back from repair. I think I pushed the GPU too hard :-D

@altunenes
Copy link
Contributor Author

Note: the smallest model works fast, yes. But I tried bigger models to get even higher ACC, that's why I needed CUDA. :-D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants