Skip to content
Open
Changes from all 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
2 changes: 1 addition & 1 deletion setup_databases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if [ -n "${GPU}" ]; then
SUBSET=2
# recent mmseqs versions also allow dropping the sequence lookup, which is not used in GPU
if mmseqs indexdb --help | grep -q "8: no sequence lookup"; then
SUBSET=10
SUBSET=1010
fi
GPU_INDEX_PAR=" --split 1 --index-subset $SUBSET"

Expand Down