| | |
| | | "hydra-core>=1.3.2", |
| | | "tensorboardX", |
| | | "rotary_embedding_torch", |
| | | "openai-whisper", |
| | | ], |
| | | # train: The modules invoked when training only. |
| | | "train": [ |
| | |
| | | ], |
| | | entry_points={"console_scripts": [ |
| | | "funasr = funasr.bin.inference:main_hydra", |
| | | "funasr-train = funasr.bin.train:main_hydra", |
| | | "funasr-export = funasr.bin.export:main_hydra", |
| | | "scp2jsonl = funasr.datasets.audio_datasets.scp2jsonl:main_hydra", |
| | | "jsonl2scp = funasr.datasets.audio_datasets.jsonl2scp:main_hydra", |
| | | "funasr-scp2jsonl = funasr.datasets.audio_datasets.scp2jsonl:main_hydra", |
| | | "funasr-jsonl2scp = funasr.datasets.audio_datasets.jsonl2scp:main_hydra", |
| | | ]}, |
| | | ) |