Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "dataset/raw-data/ConceptARC"]
path = dataset/raw-data/ConceptARC
url = git@github.com:victorvikram/ConceptARC.git
url = https://github.com/victorvikram/ConceptARC
[submodule "dataset/raw-data/ARC-AGI"]
path = dataset/raw-data/ARC-AGI
url = git@github.com:fchollet/ARC-AGI.git
url = https://github.com/fchollet/ARC-AGI
[submodule "dataset/raw-data/ARC-AGI-2"]
path = dataset/raw-data/ARC-AGI-2
url = git@github.com:arcprize/ARC-AGI-2.git
url = https://github.com/arcprize/ARC-AGI-2
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pip3 install packaging ninja wheel setuptools setuptools-scm
Then install FlashAttention. For Hopper GPUs, install FlashAttention 3

```bash
git clone git@github.com:Dao-AILab/flash-attention.git
git clone https://github.com/Dao-AILab/flash-attention
cd flash-attention/hopper
python setup.py install
```
Expand Down Expand Up @@ -188,4 +188,4 @@ OMP_NUM_THREADS=8 torchrun --nproc-per-node 8 evaluate.py checkpoint=<CHECKPOINT
primaryClass={cs.AI},
url={https://arxiv.org/abs/2506.21734},
}
```
```