Skip to content

Commit

Permalink
fix MBD with hydra-core reinstall (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv authored Aug 20, 2023
1 parent 0e0465d commit 13f465d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ https://rsxdalv.github.io/bark-speaker-directory/

## Changelog

Aug 20:
* Fix MBD by reinstalling hydra-core at the end of an update

Aug 18:
* CI: Add a GitHub Action to automatically publish docker image.
Expand Down
2 changes: 2 additions & 0 deletions update.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def main():
try_install("requirements_audiocraft.txt", "musicgen, audiocraft")
try_install("requirements_bark_hubert_quantizer.txt", "Bark Voice Clone, bark-hubert-quantizer")
try_install("requirements_rvc.txt", "RVC")
# hydracore fix because of fairseq
do("pip install hydra-core==1.3.2")


if __name__ == "__main__":
Expand Down

0 comments on commit 13f465d

Please sign in to comment.