This commit is contained in:
shahules786 2022-10-06 21:08:02 +05:30
parent cf0372b7d9
commit 2e0a6b636b
1 changed files with 1 additions and 2 deletions

View File

@ -217,8 +217,7 @@ class Model(pl.LightningModule):
to True or to a string containing your hugginface.co authentication to True or to a string containing your hugginface.co authentication
token that can be obtained by running `huggingface-cli login` token that can be obtained by running `huggingface-cli login`
cache_dir: Path or str, optional cache_dir: Path or str, optional
Path to model cache directory. Defaults to content of PYANNOTE_CACHE Path to model cache directory
environment variable, or "~/.cache/torch/pyannote" when unset.
kwargs: optional kwargs: optional
Any extra keyword args needed to init the model. Any extra keyword args needed to init the model.
Can also be used to override saved hyperparameter values. Can also be used to override saved hyperparameter values.