HazyResearch / hyena-dna

Official implementation for HyenaDNA, a long-range genomic foundation model built with Hyena

Home Page:https://arxiv.org/abs/2306.15794

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: Error loading 'src.models.sequence.dna_embedding.DNAEmbeddingModel':

richardsun-voyager opened this issue · comments

When running the code as instructed (quick entry "python -m train wandb=null experiment=hg38/genomic_benchmark_scratch"), there was an error: "ImportError: Error loading 'src.models.sequence.dna_embedding.DNAEmbeddingModel':". Can you please look into it? Thanks!

Can you describe more details of your setup and steps? What you described can be from many things. eg, what environments and versions are you using? If all else fails, try the Docker image.

Hi. The issue has been solved, after the re-installation of flash-attention. Thanks!