HeliXonProtein / OmegaFold

OmegaFold Release Code
Apache License 2.0
555 stars 79 forks source link

CUDA error: unknown error #66

Open puddleglum56 opened 1 year ago

puddleglum56 commented 1 year ago

I receive the following error:

(py39) wmcfadden@WMCFADDENLT1W10:~/OmegaFold$ omegafold --model 2 data/S02256363.fasta results/
INFO:root:Loading weights from /home/wmcfadden/.cache/omegafold_ckpt/model2.pt
INFO:root:Constructing OmegaFold
INFO:root:Reading data/S02256363.fasta
INFO:root:Predicting 1th chain in data/S02256363.fasta
INFO:root:359 residues in this chain.
INFO:root:Failed to generate results/S02256363.pdb due to CUDA error: unknown error
CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
INFO:root:Skipping...
INFO:root:Done!

Here is my nvidia-smi:

(base) wmcfadden@WMCFADDENLT1W10:~$ nvidia-smi
Tue Apr 18 09:48:19 2023
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.73       Driver Version: 472.12       CUDA Version: 11.4     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0 Off |                  N/A |
| N/A    0C    P8     4W /  N/A |    134MiB /  4096MiB |    ERR!      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
|   1  NVIDIA GeForce ...  Off  | 00000000:32:00.0  On |                  N/A |
| 30%   44C    P2    91W / 320W |   5571MiB / 10240MiB |    ERR!      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

Let me know if there's any other information I can provide to help debug this.