generated from mathias/template-go-web
scripts/check_gpu.py verifies PyTorch cu130 sees the koala Blackwell GPU (sm_120) and computes — the Phase-0 prerequisite before any autoresearch experiment. Verified green: torch 2.12.1+cu130, RTX 5070, GPU matmul OK. Note: koala GPU is shared with the llama-swap LLM stack — run the autoresearch agent on iguana/berget so the card stays free for train.py. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7 lines
356 B
Plaintext
7 lines
356 B
Plaintext
# Python deps for the autoresearch loop (train.py + scripts). The Go side
|
|
# (data pipeline, eval harness) is separate. Install torch from the cu130 index:
|
|
# pip install torch --index-url https://download.pytorch.org/whl/cu130
|
|
# pip install -r requirements.txt
|
|
# koala = Blackwell sm_120, driver R610; torch 2.12.1+cu130 verified 2026-06-23.
|
|
numpy>=2.0
|