Closed TheYellowArchitect closed 11 months ago
Check the README. Source package is also not available at this moment.
Note GPU package has been supported until version 1.7.2, but is not available since version 1.7.3 due to https://github.com/kyamagu/faiss-wheels/issues/57.
Makes sense. I am looking forward to the above being fixed
Describe the bug I am trying to install faiss-gpu.
To Reproduce
outputs
I even tried to download the .whl file from
https://pypi.org/project/faiss-gpu/#files
and inputExpected behavior Normal installation like any other pip package
Desktop (please complete the following information):
Additional context I am trying to download/install this, in order to
make install
this https://github.com/Mangio621/Mangio-RVC-Fork In the above'smakefile
there is this line basicallypip install faiss-gpu fairseq gradio ffmpeg ffmpeg-python praat-parselmouth pyworld numpy==1.23.5 numba==0.56.4 librosa==0.9.1
and it fails at the very first, others have no problem if i run them by themselves.