mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-07 06:05:52 -04:00
Update requirements to fix omegaconf, resolves https://github.com/JarodMica/ai-voice-cloning/issues/136.
This commit is contained in:
parent
3a324401e4
commit
e6f701b8e8
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,7 @@
|
|||
# ignores user files
|
||||
/ffmpeg/
|
||||
/personal_testing/
|
||||
*.7z
|
||||
/venv/
|
||||
/venv_cpu/
|
||||
/training/*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue