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
@@ -0,0 +1,21 @@
#!/bin/bash
echo "=== MEMORY ==="
free -h
echo
echo "=== GPU VRAM ==="
cat /sys/class/drm/card*/device/mem_info_vram_total 2>/dev/null || echo "no sysfs"
echo
echo "=== TOP MEM PROCS ==="
ps aux --sort=-%mem | head -10
echo
echo "=== DOCKER ==="
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" 2>&1
echo
echo "=== DOCKER STATS ==="
docker stats --no-stream --format "table {{.Name}}\t{{.MemUsage}}\t{{.CPUPerc}}" 2>&1
echo
echo "=== QWEN3-TTS MODELS ==="
ls -lh ~/sudx-ai/models/qwen3-tts/ 2>&1
echo
echo "=== DISK ==="
df -h /