This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Fix import and add audio ignoring
tags/v0.3.6
haixuanTao
1 year ago
parent
c36d86c590
commit
ed0ca2c960
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitignore
+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"
Write
Preview
Loading…
Cancel
Save