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

Update InstaNovo: Use GPU version of Pytorch #52231

Closed
wants to merge 7 commits into from
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions recipes/instanovo/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 0
number: 1
run_exports:
- {{ pin_subpackage(name | lower, max_pin="x.x") }}

Expand Down Expand Up @@ -41,14 +41,17 @@ requirements:
- scikit-learn
- spectrum_utils
- tensorboard
- pytorch
- pytorch-gpu
- cudatoolkit
- cuda-nvcc
- tqdm

test:
imports:
- instanovo
commands:
- python -c "import instanovo; print(instanovo.__version__)"
- python -c "import torch; print(f'CUDA is available: {torch.cuda.is_available()}')"
requires:
- pip

Expand All @@ -62,4 +65,4 @@ extra:
recipe-maintainers:
- BioGeek
identifiers:
- doi:10.1101/2023.08.30.555055
- doi:10.1101/2023.08.30.555055
Loading