From c060decc554f498efce8278bf0d5fcfb3e33cae2 Mon Sep 17 00:00:00 2001 From: Bernardo Ramos Date: Fri, 8 Aug 2025 22:40:02 -0300 Subject: [PATCH 1/2] fix cloning submodules --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 2247fc838..2141ae524 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 From ee60c07d7373255a0c72b14bac360433dd8541ff Mon Sep 17 00:00:00 2001 From: Bernardo Ramos Date: Fri, 8 Aug 2025 22:44:51 -0300 Subject: [PATCH 2/2] readme: fix command for cloning flash-attention --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f3c9a611..c7bf10edd 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -188,4 +188,4 @@ OMP_NUM_THREADS=8 torchrun --nproc-per-node 8 evaluate.py checkpoint=