Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass the device in load_model to Neural aligner #137

Open
benjamin-kroeger opened this issue Jul 27, 2023 · 1 comment
Open

Pass the device in load_model to Neural aligner #137

benjamin-kroeger opened this issue Jul 27, 2023 · 1 comment

Comments

@benjamin-kroeger
Copy link

The load_model method currently doesn't pass the device to the DeepBLAST model, forcing it to always run in cuda / gpu model. With the current implementation it is not possible to run on the cpu, using top level functions, which is a shame since the code for running of the cpu exists. Could you maybe fix that ?

@mortonjt
Copy link
Collaborator

mortonjt commented Jul 27, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants