diff options
| author | One <imone@tuta.io> | 2025-07-09 10:13:20 +0800 |
|---|---|---|
| committer | One <imone@tuta.io> | 2025-07-09 10:13:20 +0800 |
| commit | caa00bb77fbfce0cc14a45d5ec1c754394f96c1a (patch) | |
| tree | 7cb2ca51b1627cd0916b70e5672a173d4ca6cdf7 /.gitmodules | |
Add git submodules
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..2247fc8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "dataset/raw-data/ConceptARC"] + path = dataset/raw-data/ConceptARC + url = git@github.com:victorvikram/ConceptARC.git +[submodule "dataset/raw-data/ARC-AGI"] + path = dataset/raw-data/ARC-AGI + url = git@github.com:fchollet/ARC-AGI.git +[submodule "dataset/raw-data/ARC-AGI-2"] + path = dataset/raw-data/ARC-AGI-2 + url = git@github.com:arcprize/ARC-AGI-2.git |
