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

Question: what is the application doing (takes long time) after GPU usage goes down to 0% ? #64

Open
jin-eld opened this issue Jan 1, 2024 · 0 comments

Comments

@jin-eld
Copy link

jin-eld commented Jan 1, 2024

Hi,

I am trying out the latest git version and I consistently see the following behavior:

when clicking "Generate" it obviously starts generating the audio, GPU usage goes up; then the following gets printed in the console where the application was started:

Make a video took 3.4332385063171387
video: PMfTuclUS4V9.mp4
batch finished 1 204.6192593574524
Tempfiles currently stored:  3

At this point I would have assumed that everything is "done", but the progress bars keep counting while GPU usage is at 0% and and CPU is at about 1%. My question is: is this normal or is this some sort of bug, what exactly is happening during this phase?

Here is what I mean:
image

I think GPU stops computing at about 15% if not earlier, takes only a few minutes. Then however it takes over half an hour to reach the 100% and nvtop looks like this during that time:
image

I am using the "melody" model, generating 30 secs via a simple console script does not show such delays, i.e. it takes the few minutes where the GPU is active, then my script saves the generated audio and exits. So this something extra must be happening in audiocraft plus and I am wondering what it is?

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

1 participant