Skip to content

Commit

Permalink
use ark_example@main
Browse files Browse the repository at this point in the history
  • Loading branch information
srivarra committed Nov 16, 2022
1 parent e996e68 commit dbfb92f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ark/utils/example_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def get_example_dataset(dataset: str, save_dir: Union[str, pathlib.Path],

example_dataset = ExampleDataset(dataset=dataset, overwrite_existing=overwrite_existing,
cache_dir=None,
revision="27560f4f4131d66aa0cb1beeb680ab47f9a6cbfa")
revision="main")

# Download the dataset
example_dataset.download_example_dataset()
Expand Down
2 changes: 1 addition & 1 deletion ark/utils/example_dataset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def dataset_download(request) -> Iterator[ExampleDataset]:
example_dataset: ExampleDataset = ExampleDataset(
dataset=request.param,
cache_dir=None,
revision="27560f4f4131d66aa0cb1beeb680ab47f9a6cbfa"
revision="main"
)
# Download example data for a particular notebook
example_dataset.download_example_dataset()
Expand Down

0 comments on commit dbfb92f

Please sign in to comment.