summaryrefslogtreecommitdiff
path: root/dataset/build_maze_dataset.py
diff options
context:
space:
mode:
Diffstat (limited to 'dataset/build_maze_dataset.py')
-rw-r--r--dataset/build_maze_dataset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dataset/build_maze_dataset.py b/dataset/build_maze_dataset.py
index e99baf2..a9367f3 100644
--- a/dataset/build_maze_dataset.py
+++ b/dataset/build_maze_dataset.py
@@ -20,7 +20,7 @@ cli = ArgParser()
class DataProcessConfig(BaseModel):
- source_repo: str = "imone/small-sample-challenge-maze-30x30-hard"
+ source_repo: str = "sapientinc/maze-30x30-hard-1k"
output_dir: str = "data/maze-30x30-hard-1k"
subsample_size: Optional[int] = None