Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

fix(colab): Add missing dependencies #217

Merged
merged 1 commit into from
Jun 3, 2023

Conversation

burtbai
Copy link
Contributor

@burtbai burtbai commented Jun 3, 2023

missing faiss

Traceback (most recent call last):
  File "/content/so-vits-svc/inference_main.py", line 10, in <module>
    from inference import infer_tool
  File "/content/so-vits-svc/inference/infer_tool.py", line 19, in <module>
    import utils
  File "/content/so-vits-svc/utils.py", line 18, in <module>
    import faiss
ModuleNotFoundError: No module named 'faiss'

facebookresearch/faiss#890 (comment)
Note that for faiss-gpu, this will install version 1.7.2, not the latest

@ylzz1997 ylzz1997 merged commit 21e0202 into svc-develop-team:4.1-Stable Jun 3, 2023
@zyywansui123
Copy link

pip install faiss-gpu
and it worked!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants