feat: 增加 NVIDIA 动态库依赖并默认自动选择计算类型

This commit is contained in:
cat-shark
2026-08-13 22:01:42 +08:00
parent 206275f7d6
commit 812d276998
4 changed files with 60 additions and 1 deletions
+2
View File
@@ -5,6 +5,8 @@ description = "WOV faster-whisper ASR node"
requires-python = ">=3.11"
dependencies = [
"faster-whisper>=1.2.1",
"nvidia-cublas-cu12>=12.9.2.10",
"nvidia-cudnn-cu12>=9.24.0.43",
"wov-sdk",
]