add bulk procesing

This commit is contained in:
Wolfang Torres
2026-06-27 12:52:16 +08:00
parent 777f4b4de1
commit 7cb0894abd
9 changed files with 336 additions and 56 deletions

View File

@@ -35,7 +35,7 @@ dependencies = [
"torchcodec",
"python-dotenv",
"qwen-tts",
# "flash-attn"
]
[project.optional-dependencies]
@@ -75,7 +75,7 @@ extra-dependencies = [
[tool.hatch.envs.default.scripts]
format = "black --target-version=py314 src tests && isort src tests"
lint = "flake8 src"
lint = "flake8 src"
[tool.hatch.envs.types]
extra-dependencies = [