Skip to content

Commit

Permalink
Change example dataset revision back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-l-kong committed Dec 14, 2022
1 parent 1147cde commit 188cb21
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 @@ -172,7 +172,7 @@ def get_example_dataset(dataset: str, save_dir: Union[str, pathlib.Path],
The following are available: { {*valid_datasets} }")
example_dataset = ExampleDataset(dataset=dataset, overwrite_existing=overwrite_existing,
cache_dir=None,
revision="dfb84fd985b0d52ae87e3ed531f5b6e247b9ff1c")
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="dfb84fd985b0d52ae87e3ed531f5b6e247b9ff1c"
revision="main"
)
# Download example data for a particular notebook
example_dataset.download_example_dataset()
Expand Down

0 comments on commit 188cb21

Please sign in to comment.