How to output 10 predicted structures at one time and how to correctly input HEME as ligand #175
-
Hello! I would like to output more (say, 10) predicted results at one time in the locally deployed Chai-1 by me. However, I haven't found relevant content in the tutorial. Could you please provide me with the method? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
My understanding is to change the value 5 in this line to 10 if you want 10. Line 535 in 44375d5 Not sure about the HEME problem. |
Beta Was this translation helpful? Give feedback.
-
The simplest way to do this is to run |
Beta Was this translation helpful? Give feedback.
The simplest way to do this is to run
run_inference
multiple times in a loop. Each iteration will produce 5 samples.