-
Notifications
You must be signed in to change notification settings - Fork 138
Description
Hi,
I found that the foldseek function (createdb) is not working properly with --gpu 1 on the slurm.
My foldseek is using the foldseek linux-gpu.tar.gz version. Prostt5-model is prostt5-f16.gguf.
NVIDIA-SMI 535.154.05 Driver Version: 535.154.05 CUDA Version: 12.2 NVIDIA A100-SXM4-40GB
So I run the code (foldseek createdb test.faa testDB --prostt5-model /project/duanzihao/spacedust/weights --threads 1 --gpu 1), however, the result file testDB_ss is not the normal 3Di seq but garbled.
My code here. I can't even be sure if my GPU is functioning properly.
`module load nvidia/cuda/12.2
foldseek createdb test.faa testDB --prostt5-model /project/duanzihao/spacedust/weights --threads 1 --gpu 1
createdb test.faa testDB --prostt5-model /project/duanzihao/spacedust/weights --threads 1 --gpu 1
MMseqs Version: d620467
Use GPU 1
Path to ProstT5 /project/duanzihao/spacedust/weights
Chain name mode 0
Model name mode 0
Createdb extraction mode 0
Interface distance threshold 10
Write mapping file 0
Write Foldcomp 0
Mask b-factor threshold 0
Coord store mode 2
Write lookup file 1
Input format 0
File Inclusion Regex .*
File Exclusion Regex ^$
Threads 1
Verbosity 3
Converting sequences
[
Sort single files in 0h 0m 0s 479ms
Merge all files 0h 0m 0s 107ms
Database type: Aminoacid
CUDA0
CPU
[=================================================================] 2 1s 131ms
Time for merging to testDB_ss: 0h 0m 0s 4ms
Time for merging to testDB_ss_tmp: 0h 0m 0s 3ms
Time for processing: 0h 0m 2s 270ms`
Thanks!