Skip to content

Commit

Permalink
added trust_remote_code=True for get_example_dataset.py
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Jun 19, 2024
1 parent 39d09fc commit 5eb7e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/get_example_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

DATASET_PATH = "angelolab/ark_example"

valid_configs = datasets.get_dataset_config_names(DATASET_PATH)
valid_configs = datasets.get_dataset_config_names(DATASET_PATH, trust_remote_code=True)

def load_dataset(cache_dir: Path, name: str):
_ = datasets.load_dataset(
Expand Down

0 comments on commit 5eb7e3b

Please sign in to comment.