Skip to content

Commit

Permalink
Optimize deps & add optional asr
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Dec 21, 2023
1 parent 0c56a07 commit 675aea0
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ classifiers = [
dependencies = [
"transformers>=4.35.2",
"datasets>=2.14.5",
"bitsandbytes>=0.41.1",
"peft>=0.5.0",
"lightning>=2.1.0",
"hydra-core>=1.3.2",
"tensorboard>=2.14.1",
Expand All @@ -26,17 +24,22 @@ dependencies = [
"vector-quantize-pytorch>=1.10.0",
"rich>=13.5.3",
"gradio>=4.0.0",
"cn2an",
"pypinyin",
"jieba",
"g2p_en",
"pyopenjtalk",
"wandb",
"tensorboard",
"cn2an>=0.5.22",
"pypinyin>=0.49.0",
"jieba>=0.42.1",
"g2p-en>=2.1.0",
"pyopenjtalk>=0.3.2",
"wandb>=0.15.11",
"grpcio>=1.58.0",
"kui>=1.6.0",
"zibai-server>=0.9.0",
"loguru",
"loguru>=0.6.0",
]

[project.optional-dependencies]
asr = [
"openai-whisper",
"modelscope"
]

[build-system]
Expand Down

0 comments on commit 675aea0

Please sign in to comment.