Uploaded sanitized BC250/ROCm Repository.

This commit is contained in:
Fabian
2026-08-20 00:45:43 +02:00
parent 7d2184f1e8
commit d7d22e93b3
678 changed files with 65963 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
echo "=== Last progress ==="
grep -oP '\[\d+/\d+\]' ~/pytorch-build.log | tail -3
echo ""
echo "=== Process alive? ==="
pgrep -f build_pytorch | head -3
echo ""
echo "=== Last 10 lines ==="
tail -10 ~/pytorch-build.log
echo ""
echo "=== Disk usage ==="
du -sh ~/pytorch-build