nanoporetech / dorado

Oxford Nanopore's Basecaller
https://nanoporetech.com/
Other
452 stars 53 forks source link

--Device flag specifications #710

Closed jadeaver closed 3 months ago

jadeaver commented 3 months ago

Issue Report

Please describe the issue:

I have a multi-GPU system and I am unable to assign the correct GPU to use with the --device flag. The NVIDIA GPU are listed as device 0 so I have tried using the flag --device cuda:0, --device cuda:0,2, and --device CPU. I know using CPU will be slow and is not recommended, but I tried it to see if it would give the same error. It does not give any error. I have assigned Dorado to use the NVIDIA GPU as default on my system, still no

luck. I feel like I may not be setting up the -device argument correctly, but I am not sure?

Steps to reproduce the issue:

Please list any steps to reproduce the issue.

Run environment:

Logs

error message
HalfPhoton commented 3 months ago

Hi @jadeaver, Unfortunately Dorado does not support the GeForce GT 730 (Kepler) GPU architecture which is why you're seeing errors.

Kind regards, Rich

jadeaver commented 3 months ago

Ah that would do it. Thank you!