AmazingSlab

Results 2 comments of AmazingSlab

@Knartzpirat The commit pyannote/pyannote-audio@9d500dc breaks your fix as it doesn't expect to receive an int as the device. Replacing `pipeline.to(0)` with `pipeline.to(torch.device("cuda"))` makes it properly use the GPU again: ```py...

I have found that renaming the subfolder to `.` in the Content tab functions as a workaround, and will move files to the parent directory and remove the subfolder. Similarly,...