bonito icon indicating copy to clipboard operation
bonito copied to clipboard

Could I use bonito in the pure CPU computing environment ?

Open jjlaisnoopy opened this issue 3 years ago • 2 comments

I tried to run bonito in the pure CPU computing environment.

bonito download --models --latest

And part of the error message shown as ImportError: libcuda.so.1: cannot open shared object file: No such file or directory

Could I use bonito in the pure CPU computing environment without GPU driver installed ?

I installed the bonito 0.4.0 with miniconda by following steps:

  1. conda create --name bonito python=3.8
  2. conda activate bonito
  3. git clone https://github.com/nanoporetech/bonito.git
  4. cd bonito/
  5. pip install -r requirements.txt
  6. python setup.py develop

jjlaisnoopy avatar Jun 16 '21 02:06 jjlaisnoopy

Hi @iiSeymour, I am facing similar issue. I am not able to download any model or training. I am using a pure CPU environment. I performed all the above mentioned steps but still getting errors. I am new to this field, kindly help me. image

rsnmsr avatar Jul 24 '21 13:07 rsnmsr

Hi! Please try https://github.com/nanoporetech/bonito/pull/52. It was adopted for CPU only environment

dkurt avatar Nov 16 '21 07:11 dkurt

Please use dorado for this use-case https://github.com/nanoporetech/dorado

iiSeymour avatar May 31 '23 15:05 iiSeymour