How to Accelerate Audio Generation to Real-Time Speeds
#4
by
samarthshrivas
- opened
@samarthshrivas not sure but I think torch.compile might work? maybe try that? torch.compile(model.text_encoder) and the same for other parts?. You could also use streaming, that might help too?