This commit is contained in:
litagin02
2024-03-14 18:29:06 +09:00
parent 6f42a1514f
commit 2eb489f91e

View File

@@ -167,7 +167,7 @@ if __name__ == "__main__":
from faster_whisper import WhisperModel
logger.info(
f"Loading Whisper model ({args.model}) with compute_type={compute_type}"
f"Loading faster-whisper model ({args.model}) with compute_type={compute_type}"
)
try:
model = WhisperModel(args.model, device=device, compute_type=compute_type)