changed cache default to true

This commit is contained in:
Jaikinator
2023-09-01 14:09:57 +02:00
parent 4aecc63c3a
commit d3e4c2dc75
+1 -1
View File
@@ -178,7 +178,7 @@ class Diariser:
def load_model(cls, def load_model(cls,
model: str = PYANNOTE_DEFAULT_CONFIG, model: str = PYANNOTE_DEFAULT_CONFIG,
use_auth_token: str = None, use_auth_token: str = None,
cache_token: bool = False, cache_token: bool = True,
cache_dir: Union[Path, str] = PYANNOTE_DEFAULT_PATH, cache_dir: Union[Path, str] = PYANNOTE_DEFAULT_PATH,
hparams_file: Union[str, Path] = None, hparams_file: Union[str, Path] = None,
*args, **kwargs *args, **kwargs