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