Update requirements to fix omegaconf, resolves https://github.com/JarodMica/ai-voice-cloning/issues/136.

This commit is contained in:
Jarod Mica 2024-08-24 17:34:01 -07:00
parent 3a324401e4
commit e6f701b8e8
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,4 +1,7 @@
# ignores user files
/ffmpeg/
/personal_testing/
*.7z
/venv/
/venv_cpu/
/training/*

View file

@ -12,6 +12,6 @@ beartype==0.15.0
pykakasi
rotary-embedding-torch==0.4.0
transformers==4.29.2
omegaconf<=2.1
omegaconf==2.3
pysrt
librosa==0.9.1