Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ transformers>=4.33.0,<4.50.0
huggingface-hub>=0.25.0

# TensorFlow (用于某些模型)
tensorflow>=2.15.0
keras>=2.15.0
tensorflow>=2.21.0
keras>=3.14.0

# ONNX Runtime GPU
onnxruntime>=1.16.0
onnxruntime-gpu>=1.16.0
onnxruntime>=1.25.0
onnxruntime-gpu>=1.25.0

# -------------------- ASR 语音识别 --------------------
openai-whisper # Whisper 语音识别
Expand All @@ -73,7 +73,7 @@ pyannote.core>=5.0.0
pyannote.database>=5.0.0
pyannote.metrics>=3.2.0
pyannote.pipeline>=3.0.0
speechbrain>=0.5.16 # 说话人识别
speechbrain>=1.1.0 # 说话人识别

# -------------------- 视频分析/音画同步 --------------------
# 人脸检测和嘴型分析
Expand Down