Skip to content

Could I use bonito in the pure CPU computing environment ? #167

@jjlaisnoopy

Description

@jjlaisnoopy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions