I’m trying to add a new NVIDIA Blackwell GPU worker to the existing cluster with cryosparc v5 and although the GPU is detected and the worker connects correctly, no CryoSPARC job progresses beyond the “launched” stage on this worker. On other non-Blackwell workers, jobs run normally.
The cluster has a Master node: NVIDIA driver 575.xx; Worker 1 and 2 (non-Blackwell): NVIDIA driver 575.xx → Works fine, runs jobs normally; Worker 3 (Blackwell GPU): NVIDIA driver 580.xx
→ Visible to CryoSPARC, GPU detected, but all jobs hang at “launched.”
What I observe is that the Pixi environment under cryosparc_worker/.pixi does not build the correct versions of Torch / CUDA
So I attempted to reinstall CUDA 13 and PyTorch (e.g., torch 2.12.0 + cu130 wheels) - these also fail to launch kernels on the Blackwell GPU from within the CryoSPARC environment.
Any guidance or updated installation instructions would be helpful.
Thank you very much for your time and support.