Merge 310abe10a29e8f2585fd9226bffdd5fff2ae9d23 into c0d2f624c09dc18e709e37c2ad90c039a4eb72a2

This commit is contained in:
Stanley F 2025-06-27 02:28:04 +00:00 committed by GitHub
commit e09404bf9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ def available_models() -> List[str]:
def load_model(
name: str,
device: Optional[Union[str, torch.device]] = None,
download_root: str = None,
download_root: Optional[str] = None,
in_memory: bool = False,
) -> Whisper:
"""