You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- [tool.poetry]
- name = "dora-distil-whisper"
- version = "0.3.7rc1"
- authors = [
- "Haixuan Xavier Tao <tao.xavier@outlook.com>",
- "Enzo Le Van <dev@enzo-le-van.fr>",
- ]
- description = "Dora dora-distil-whisper"
- license = "MIT License"
- homepage = "https://github.com/dora-rs/dora.git"
- documentation = "https://github.com/dora-rs/dora/blob/main/node-hub/dora-distil-whisper/README.md"
- readme = "README.md"
- packages = [{ include = "dora_distil_whisper" }]
-
- [tool.poetry.dependencies]
- dora-rs = "^0.3.6"
- numpy = "< 2.0.0"
- pyarrow = ">= 5.0.0"
- transformers = "^4.0.0"
- accelerate = "^0.29.2"
- torch = "^2.2.0"
- python = "^3.7"
- modelscope = "^1.18.1"
-
- [tool.poetry.scripts]
- dora-distil-whisper = "dora_distil_whisper.main:main"
-
- [build-system]
- requires = ["poetry-core>=1.8.0"]
- build-backend = "poetry.core.masonry.api"
|