-
Notifications
You must be signed in to change notification settings - Fork 194
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
boltz.model.models.boltz.BoltzPreview not found #127
Comments
Thanks for pointing this out, I should have fixed the config! |
Thanks for your reply. However, while using the new confidence.ymal to train the confidence layers, there is another error in the 'train.py' says local variable 'file_path' referenced before assignment. So I modified the code to load pretrained checkpoint. Not sure if it's the right way.
|
When training using confidence.yaml, Error locating target'boltz.model.models.boltz.BoltzPreview'.
If change models.boltz.BoltzPreview to model.Boltz1, we get error Boltz1.init() got an unexpected keyword argument 'run_trunk_and_structure'
The text was updated successfully, but these errors were encountered: