Now grading is partitioned into smaller chunks so that whisper doesnt struggle

This commit is contained in:
Carlos-Mesquita
2024-11-27 08:07:54 +00:00
parent 47cdfe1478
commit 6681b2d0e9
9 changed files with 228 additions and 59 deletions

View File

@@ -30,6 +30,8 @@ shortuuid = "1.0.13"
pandas = "2.2.3"
tiktoken = "0.7.0"
gunicorn = "^23.0.0"
librosa = "^0.10.2.post1"
soundfile = "^0.12.1"
[build-system]