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
+17
View File
@@ -0,0 +1,17 @@
#!/bin/bash
echo "=== T=0 ==="
cat /proc/15070/stat 2>/dev/null | awk '{print "utime="$14, "stime="$15}'
wc -c < /home/fabian/comfyui5.log
du -sh /home/fabian/.cache/comgr/ 2>/dev/null
ls /home/fabian/.cache/comgr/ 2>/dev/null | wc -l
sleep 30
echo "=== T=30 ==="
cat /proc/15070/stat 2>/dev/null | awk '{print "utime="$14, "stime="$15}'
wc -c < /home/fabian/comfyui5.log
du -sh /home/fabian/.cache/comgr/ 2>/dev/null
ls /home/fabian/.cache/comgr/ 2>/dev/null | wc -l
echo "=== NEW LOG LINES ==="
grep -v "clip missing" /home/fabian/comfyui5.log | tail -10