Mike Vella
Mike Vella
@ohadmo @EpiSlim can we add an option to disable logging completely?
Your GPU is several generations old and unfortunately it won't run any modern CUDA applications. If you upgrade your GPU this will work. We recommend Ampere architecture-based GPUs (eg RTX...
Hi @patbohn > linux driver 455.45.01 needs Cuda 11.1 specifically This is not correct, from [CUDA documentation](https://docs.nvidia.com/deploy/cuda-compatibility/index.html#:~:text=If%20we%20build%20our%20CUDA,CUDA%2011.1%2FR455%2C%2011.&text=Drivers%20have%20always%20been%20backwards,R455%20(11.1)%20and%20beyond.): > Drivers have always been backwards compatible with CUDA. This means that a...
OK. I think what's going on is that `torch.jit` is being which used compiles code on the fly. CUDA11.0 cannot compile for RTX30xx series so this is failing. Can you...
Can you install pytorch with CUDA using the following command: ``` conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch ``` AFAIK this ships with CUDA and CUDNN so there is...
Hi @patbohn . based on the documentation of all steps you have provided, and the fact that @iiSeymour was able to run with this configuration on A100, I would say...
@patbohn something strange is going on then. FYI it seems (using this thread I believe) Ola Wallerman was able to get Bonito to run on a [3090 GPU](https://twitter.com/OWallerman/status/1333518737765502981). @iiSeymour any...
Could you weigh in here @iiSeymour ? could a file with a large number of reads cause CUDA OOM?
It looks like pytorch is seeing no GPU. Can you provide some details about your HPC setup - GPU, OS, NVIDIA driver version etc?
> 2 GPU nodes each with 1x Nvidia Tesla P100 GPU card, 512 GB RAM, 88 CPU cores, 10 GB/s Ethernet and 100 GB/s FDR InfiniBand connection to HPC filesystem...