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 | |
Add git submodules
| -rw-r--r-- | .gitmodules | 9 | ||||
| m--------- | dataset/raw-data/ARC-AGI | 0 | ||||
| m--------- | dataset/raw-data/ARC-AGI-2 | 0 | ||||
| m--------- | dataset/raw-data/ConceptARC | 0 |
4 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 diff --git a/dataset/raw-data/ARC-AGI b/dataset/raw-data/ARC-AGI new file mode 160000 +Subproject 399030444e0ab0cc8b4e199870fb20b863846f3 diff --git a/dataset/raw-data/ARC-AGI-2 b/dataset/raw-data/ARC-AGI-2 new file mode 160000 +Subproject f3283f727488ad98fe575ea6a5ac981e4a188e4 diff --git a/dataset/raw-data/ConceptARC b/dataset/raw-data/ConceptARC new file mode 160000 +Subproject b22ef526b4656679816b7811e78f55cc24d736d |
