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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "tinygrad"]
path = tinygrad
url = ../../tinygrad/tinygrad

@therepanic therepanic Aug 10, 2026

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think this should work also with our Gitea

[submodule "tinyturing"]
path = tinyturing
url = ../../tinygrad/tinyturing
3 changes: 3 additions & 0 deletions build/in-chroot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ if [[ -n "$TINYBOX_DEV" ]]; then
popd
fi

# сheckout the tinygrad revision
git -C /opt/tinybox submodule update --init --recursive

# merge /opt/tinybox/userspace into /
rsync -ah --info=progress2 /opt/tinybox/userspace/ /
chown -R tiny:tiny /home/tiny/
Expand Down
3 changes: 3 additions & 0 deletions service/autoupdate-tinybox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ fi
# reset hard to origin/<branch> in case pull failed to merge in changes
git reset --hard "origin/$current_branch"

# checkout the tinygrad revision
git submodule update --init --recursive --force

# check current update stage and see if there are any stages to be run
if [ -f /etc/tinybox-update-stage ]; then
CURRENT_STAGE=$(cat /etc/tinybox-update-stage)
Expand Down
15 changes: 0 additions & 15 deletions tinygrad/.github/actions/process-replay/action.yml

This file was deleted.

249 changes: 0 additions & 249 deletions tinygrad/.github/actions/setup-tinygrad/action.yml

This file was deleted.

Loading