Apply for community grant: Academic project

#3
by hbredin - opened
pyannote.audio org

pyannote.audio speaker diarization is kind of slow on CPU.
Would be nice to have access to a GPU for this demo!

Sorry for the delay! @hbredin - This should now have been taken care of! 🤗

hbredin changed discussion status to closed
pyannote.audio org

Than

hbredin changed discussion status to open
pyannote.audio org

Thanks @reach-vb

However, I am having trouble using this GPU with pytorch.
I think I did what the documentation suggests (https://huggingface.co/docs/hub/spaces-gpus#pytorch) by updating the requirements.txt and adding those two lines:

--extra-index-url https://download.pytorch.org/whl/cu113
torch

However, False is still returned by torch.cuda.is_available(). Any idea?

pyannote.audio org

Forcing torch==2.0.1 (instead of newly release 2.1) seems to do the trick!

hbredin changed discussion status to closed

Sign up or log in to comment