HazyResearch / hyena-dna

Official implementation for HyenaDNA, a long-range genomic foundation model built with Hyena
https://arxiv.org/abs/2306.15794
Apache License 2.0
574 stars 82 forks source link

Symbol lookup error #66

Open buwanim opened 5 months ago

buwanim commented 5 months ago

Hi,

I'm following the steps in README for Docker and trying to run the "Quick Entry point" command. I'm getting the following error while running it. /usr/bin/python: symbol lookup error: /home/.local/lib/python3.8/site-packages/torch/lib/../../nvidia/cudnn/lib/libcudnn_cnn_infer.so.8: undefined symbol: _Z20traceback_iretf_implPKcRKN5cudnn16InternalStatus_tEb, version libcudnn_ops_infer.so.8

The code seems to download the first few datasets and then this error occurs. Is there a way to resolve this? Thanks.