Gpu Check banner
Fqih Fqih

Gpu Check

Development community

Description

--- description: Check GPU availability + driver version — ROCm untuk AMD RX 6700S, CUDA untuk NVIDIA GTX 1650. --- # /gpu-check Verify GPU stack siap untuk ML/DL workload. Dual-device aware: ROCm untuk Zephyrus, CUDA untuk Pavilion. ## Step 1: Detect device + GPU vendor ```bash # Vendor if command -v lspci &>/dev/null; then lspci | grep -i "vga\|3d" fi # AMD? if lsmod 2>/dev/null | grep -q amdgpu; then echo "AMD GPU detected" fi # NVIDIA? if lsmod 2>/dev/null | grep -q nvidia; the

Installation

Installs to ~/.claude/skills/fqih-.mycc-setup-gpu-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fqih-.mycc-setup-gpu-check && curl -fsSL https://raw.githubusercontent.com/Fqih/.mycc-setup/HEAD/commands/gpu-check.md -o ~/.claude/skills/fqih-.mycc-setup-gpu-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository