Skip to content

Commit

Permalink
Mantra Path
Browse files Browse the repository at this point in the history
  • Loading branch information
phlobo committed Mar 20, 2024
1 parent 3865d21 commit aefa1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/dataloaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def load_mantra_gsc(subsets=None):
"""
import bigbio

mantra_path = str(Path(bigbio.__file__).parent / "biodatasets" / "mantra_gsc" / "mantra_gsc.py")
mantra_path = str(Path(bigbio.__file__).parent / "hub" / "hub_repos" / "mantra_gsc" / "mantra_gsc.py")
if not subsets:
subsets = [c for c in datasets.get_dataset_infos(mantra_path).keys() if "bigbio" in c]

Expand Down

0 comments on commit aefa1b5

Please sign in to comment.