fix:修复 cpu 核心锁死问题

fix cpu 核心锁死问题
This commit is contained in:
Jianwu Huang
2025-07-03 10:28:33 +08:00
committed by GitHub
parent 5f346f1b04
commit f667e9460b

View File

@@ -64,7 +64,6 @@ class WhisperTranscriber(Transcriber):
model_size_or_path=model_path,
device=self.device,
compute_type=self.compute_type,
cpu_threads=cpu_threads,
download_root=model_dir
)
@staticmethod