Skip to content

Commit

Permalink
Add -DENABLE_CUDA=1 to README
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger authored Jun 10, 2024
1 parent fc40ba1 commit 62a2558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Or create your a structural database from a fasta files.
foldseek createdb db.fasta db --prostt5-model weights
```

Faster inference using GPU/CUDA is also supported. Compile from source with `cmake -DCMAKE_BUILD_TYPE=Release -DCUDAToolkit_ROOT=Path-To-Cuda-Toolkit` and call with `createdb/easy-search --prostt5-model weights --gpu 1`.
Faster inference using GPU/CUDA is also supported. Compile from source with `cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_CUDA=1 -DCUDAToolkit_ROOT=Path-To-Cuda-Toolkit` and call with `createdb/easy-search --prostt5-model weights --gpu 1`.

### Databases
The `databases` command downloads pre-generated databases like PDB or AlphaFoldDB.
Expand Down

0 comments on commit 62a2558

Please sign in to comment.