PR7: feat(conformers): isolated nvMolKit worker backend#32
Closed
SergeiNikolenko wants to merge 4 commits intofix/scoring-followupsfrom
Closed
PR7: feat(conformers): isolated nvMolKit worker backend#32SergeiNikolenko wants to merge 4 commits intofix/scoring-followupsfrom
SergeiNikolenko wants to merge 4 commits intofix/scoring-followupsfrom
Conversation
This was referenced Mar 5, 2026
c276c9f to
3cb403a
Compare
c862d72 to
6066a8b
Compare
3cb403a to
17d6987
Compare
6066a8b to
d5306a9
Compare
17d6987 to
2bbf36d
Compare
d5306a9 to
590c86f
Compare
2bbf36d to
8e0395a
Compare
- Extract _rdkit_generate_chunk() to eliminate 3x duplicated blocks - Consolidate max_failures/max_iterations into single max_attempts - Extract _conf_has_finite_coords predicate in worker CLI - Compact setup script: str.removeprefix(), f-strings, shorter docstrings - Remove 8 obvious/redundant comments
590c86f to
33a3909
Compare
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #23.
What
.venv-nvmolkit-workerin auto mode when worker is missingMain changes
matcha/utils/preprocessing.pyautobackend modescripts/setup_nvmolkit_worker.py.venv-nvmolkit-workerpackages/matcha_nvmolkit_worker/...Why
This PR keeps the nvMolKit integration isolated from the main inference/scoring logic. Matcha can use a prepared GPU conformer worker when available, but still degrades safely to RDKit.
Validation
Optional worker setup check: