From 171e2fcde636bcb7e6c0073a9983ed5252f04753 Mon Sep 17 00:00:00 2001 From: One Date: Mon, 21 Jul 2025 18:40:40 +0800 Subject: Update --- dataset/build_maze_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dataset/build_maze_dataset.py') 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 -- cgit v1.2.3