utter-project / fairseq

This is a fork of the original fairseq repository (version 0.12.2) with added classes for training mHuBERT-147.
Other
10 stars 2 forks source link

Installation Problem #2

Closed nervjack2 closed 2 months ago

nervjack2 commented 2 months ago

Hi, I would want to ask how to install the dependencies? Is it identical to original fairseq? I run pip install --editable ./ and it stuck at "Installing build dependencies ...". Thanks!

mzboito commented 2 months ago

Hello,

Yes, it should be possible to install it just like fairseq (as you mentioned pip install -e .). Are you sure the process is really stuck? I ask because I remember sometimes the installation would be very very slow (between 10-20min). I don't know why!

nervjack2 commented 2 months ago

It successfully install after 30 min, thank you so much!