-
Notifications
You must be signed in to change notification settings - Fork 221
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
--devices 2 failed for test case #51
Comments
Got a similar error with |
This happens because you are trying to use multiple devices eventhough you only have a single input, so one GPU has nothing to do and fails |
@jwohlwend |
We do not support model parallelism, devices should be used to run many predictions in parallel. I've added an error message. |
@jwohlwend |
Say you have a directory containing multiple yaml files:
When you do |
Thank. I tested the current version (0.3) with the sample input ligand.fasta on my machine, it finished without failure. Many thanks for making constant improvements. |
I can run the prediction of prot.fasta (the sample input in the package) with default setting:
boltz predict prot.fasta
The run finished succesfully.
However, if I run the same job with option --devices 2 (trying to use two GPUs on my machine), it failed. See the log file of the error message,
boltz.log
I am running on Ubuntu 22.04.4 LTS, with pytorch version '2.5.1+cu124'. I have installed boltz from source and updated to the latest version (0.2.1)
The text was updated successfully, but these errors were encountered: