Skip to content

Commit

Permalink
fix common voice
Browse files Browse the repository at this point in the history
  • Loading branch information
teetone committed Nov 12, 2024
1 parent 9ee6d08 commit 90d0e4e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def get_instances(self, output_path: str) -> List[Instance]:
name=language_category,
cache_dir=output_path,
split=TEST_SPLIT,
trust_remote_code=True,
)
):
local_audio_path = row["path"]
Expand Down

0 comments on commit 90d0e4e

Please sign in to comment.