Skip to content

Commit

Permalink
Add gorilla as safe directory to avoid spurious warnings (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricvidal authored Oct 17, 2024
1 parent d6c305c commit e509fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup_raft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ if [ ! -d "${RAFT_DIR}" ]; then
git clone --no-checkout --depth=1 --filter=tree:0 https://github.com/cedricvidal/gorilla.git --branch raft-distillation-recipe --single-branch ${RAFT_DIR}
fi
cd ${RAFT_DIR}
git config --global --add safe.directory ${RAFT_DIR}
git sparse-checkout set --no-cone raft
git checkout
git pull

0 comments on commit e509fdc

Please sign in to comment.