-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue for getting embedding #10
Comments
Hi @zxshi0102, the error suggests you are using Slurm to launch a script or an interactive session to run this code, and that you specify To isolate the issue, could you try importing and initialising |
Thank you for your prompt response! I am indeed using an interactive session via jupyter notebook, the error shows only when trying to compute the embeddings, when running the prediction with the full model the command works, and I am able to produce the PDB outputs. I have tried to import and initialize the model as suggested with
Unfortunately, the same error shows up。Thanks! and let me know if there is something else, I should try, otherwise I will default to using the full model. |
Sorry, I meant an interactive session using Slurm. Your error message seems to suggest you are using Slurm, is this the case? It seems your issue is coming from
and see if you get the same error? Can you also try
|
Hi there,
I am trying to create the embedding layer for my antibody sequence with ABodyBuilder3-LM
After running this code, it shows the error:
And i tried to change all the
ntasks
tontasks-per-node
inabodybuilder3/.venv/lib/python3.9/site-packages/lightning/fabric/plugins/environments/slurm.py
, it would make the package cannot be imported at the beginning. But I cannot find the other ways to fix it, could you give me some hints to fix it? Thanks!The text was updated successfully, but these errors were encountered: