Hi all, I’m an undergraduate researcher getting started using HPC on Alpine.
I’m currently struggling to get Pytorch (with CUDA) working on Alpine. After connecting into an interactive node with sinteractive --partition=aa100 --time=01:00:00 --gres=gpu
I load in the conda and cuda modules, and have been trying for the past 2 weeks to get a conda envirionment up and running but I keep running into dependency issues with the CUDA driver, and getting CUDA to appear when I load pytorch.
From my knowledge, Alpine has CUDA 11.4. I’ve tried following the instructions from several forum posts and stackoverflow but have yet to succeed in creating an environment that can run Pytorch on Alpine with CUDA support.
If anyone has any experience getting a conda environment working for Pytorch (specifically for Alpine hardware) any tips/guidance would be greatly appreciated!