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

How to enable GPU support for faster podcast generation? #230

Open
Hasnain1997-ai opened this issue Jan 20, 2025 · 1 comment
Open

How to enable GPU support for faster podcast generation? #230

Hasnain1997-ai opened this issue Jan 20, 2025 · 1 comment

Comments

@Hasnain1997-ai
Copy link

Hi there!

First of all, thank you for creating this amazing library! I’ve been using podcastfy to generate podcasts, and it works great. However, I noticed that the generation process can be quite slow for longer transcripts, and I was wondering if there’s a way to leverage GPU acceleration to speed things up.

Here’s the code I’m currently using:

from podcastfy.client import generate_podcast
audio_file = generate_podcast(
    transcript_file="./main_app/Transcript.txt", 
    is_local=True,
    longform=True
)

Questions:
Does podcastfy support GPU acceleration for faster generation? If yes, how can I enable it?
If GPU support is not currently available, are there any plans to add it in the future?
Are there any specific dependencies (e.g., CUDA, cuDNN) or configurations required to use the library with a GPU?

Any guidance or suggestions would be greatly appreciated. Thank you in advance for your help!

@souzatharsis
Copy link
Owner

souzatharsis commented Jan 20, 2025 via email

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