add bulk procesing
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user