Add GPU capability checks + per-branch conda env setup to install menu #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Discovered while dispatching a transcription/diarization job across the cluster:
cf-voiceenv has torch built for CUDA 13, but the installed driver (560.35.05) only supports up to ~CUDA 12.6 —torch.cuda.is_available()silently returnsFalseand falls back to CPU with no warning to the user.Ask
Context
Muninn is intended as a lead dispatch node for cf-orch (per infra notes) but is currently not bootstrapped enough to receive jobs.
pyr0ball referenced this issue2026-07-18 22:45:52 -07:00