changed cache default to true
This commit is contained in:
@@ -178,7 +178,7 @@ class Diariser:
|
||||
def load_model(cls,
|
||||
model: str = PYANNOTE_DEFAULT_CONFIG,
|
||||
use_auth_token: str = None,
|
||||
cache_token: bool = False,
|
||||
cache_token: bool = True,
|
||||
cache_dir: Union[Path, str] = PYANNOTE_DEFAULT_PATH,
|
||||
hparams_file: Union[str, Path] = None,
|
||||
*args, **kwargs
|
||||
|
||||
Reference in New Issue
Block a user