Skip to content

Commit

Permalink
doc: fix Pipeline docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
huisman authored Aug 19, 2024
1 parent 286ea1a commit 0ea4c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyannote/audio/core/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def from_pretrained(
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. Defauorch/pyannote" when unset.
Path to model cache directory. Defaults to content of PYANNOTE_CACHE
environment variable, or "~/.cache/torch/pyannote" when unset.
"""

checkpoint_path = str(checkpoint_path)
Expand Down

0 comments on commit 0ea4c02

Please sign in to comment.