Skip to content

Commit

Permalink
Fixes forgotten hardcoded path in the original recipe (#1438)
Browse files Browse the repository at this point in the history
* Adds fleurs recipe

* Black formatting

* Removes useless num_jobs argument in the download cli, and ran isort and black again on *recipes/fleurs.py

* Removes what appears to be an unnecessary set_ffmpeg_torchaudio_info call

* isort and black fix

* Fixes remaining black issues due to trailing space in recipes/__init__.py

* Adds FLEURS entry in docs/corpus.rst

* Fixes hardcoded cache path in huggingface datasets loader
  • Loading branch information
m-wiesner authored Dec 19, 2024
1 parent f79ea0e commit 9bd2071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lhotse/recipes/fleurs.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def _identity(x):
fleurs = load_dataset(
"google/fleurs",
language,
cache_dir="/expscratch/mwiesner/geolocation/test",
cache_dir=target_dir,
streaming=True,
split=split,
)
Expand Down

0 comments on commit 9bd2071

Please sign in to comment.