Browse Source

Fix import and add audio ignoring

tags/v0.3.6
haixuanTao 1 year ago
parent
commit
ed0ca2c960
2 changed files with 4 additions and 0 deletions
  1. +2
    -0
      .gitignore
  2. +2
    -0
      node-hub/dora-distil-whisper/pyproject.toml

+ 2
- 0
.gitignore View File

@@ -11,6 +11,8 @@ examples/**/*.txt

# Removing images.
*.jpg
*.mp3
*.wav
*.png
!docs/src/latency.png



+ 2
- 0
node-hub/dora-distil-whisper/pyproject.toml View File

@@ -17,6 +17,8 @@ dora-rs = "0.3.5"
numpy = "< 2.0.0"
pyarrow = ">= 5.0.0"
transformers = ">= 4.0.0"
accelerate = "^0.29.2"
torch = "^2.1.1"

[tool.poetry.scripts]
dora-distil-whisper = "dora_distil_whisper.main:main"


Loading…
Cancel
Save