bump tinygrad depth (#33990)

deeper
This commit is contained in:
Maxime Desroches
2024-11-11 13:48:35 -08:00
committed by GitHub
parent da952e9b64
commit f3e28275d9

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
while read hash submodule ref; do
git -C $submodule fetch --depth 4000 origin master
git -C $submodule fetch --depth 5000 origin master
git -C $submodule branch -r --contains $hash | grep "origin/master"
if [ "$?" -eq 0 ]; then
echo "$submodule ok"