Post #2026996
2026-05-05 15:59 UTC
@atoponce@fosstodon.org
On the plus side, looks like it's smaller on Linux:
find ~ \
-type f \
-name "weights.bin" 2> /dev/null | \
xargs stat -c '%s' | \
awk '{
sum += $1
} END {
printf "%.2f GiB\n", sum / (1024^3)
}'
2.67 GiB
Replies (1)
-
@atoponce@fosstodon.org 2026-05-05 16:01
@ferricoxide I still haven't seen it show up in my home dir. What's the directory path for you?