This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
CUDA out of memory when extract.py was run #346
Unanswered
HelloYiHan
asked this question in
Q&A
Replies: 1 comment
-
We provide an example to get you started with cpu-offloading, but it is definitely more advanced: https://github.com/facebookresearch/esm#fsdp Let us know if you get stuck! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
When I ran the code below:
python extract.py esm2_t48_15B_UR50D example.fasta /example_out/ --include mean per_tok --toks_per_batch 2
I got the error message:
I was wondering how to compute embeddings of bulk FASTA sequences with esm2_t48_15B_UR50D model.
Thank you for your help!
Yi
Beta Was this translation helpful? Give feedback.
All reactions