Rohith Krishna
a8bcaa0ffa
move parquet paths into default paths config: ( #712 )
...
Co-authored-by: Rohith Krishna <rohith@localhost>
2025-12-02 14:50:19 -08:00
jbutch
9a9d4c40d8
Remove old code for reference frame
2025-12-02 02:33:36 -08:00
jbutch
a9ced98137
Fixes to training
2025-12-02 02:33:08 -08:00
jbutch
d6d113f3d6
Minor config changes, fixes to training
2025-12-02 01:22:10 -08:00
jbutch
33cbd92b44
Less verbose logging
2025-12-02 00:16:43 -08:00
Raktim Mitra
152a0911f1
DRAFT: docs for release, soft code hbplus ( #699 )
...
* documentation for release draft start
* trajectory.png
* update readme to rf3-lab paths, annotate TODOs
* add input_pdbs, demo.json
* Update README.md example pngs
* tasks pngs
* Update README.md - restructure pngs and application links
* Update README.md mc
* Update README.md add ipynb kernel export instruction
* mpnn all.ipynb
* open and edit tutorial.zip
* Update run_inf_tutorial.sh
* remove outputs
* cleanup
* rename
* soft code hbplus executable
* rename modelforge to foundry (rfd3) README
* fix: enabled running rfd3, mpnn inline
* cleanup
* remove todos, one remaining
* clear outputs
---------
Co-authored-by: Raktim Mitra <raktim@digs>
Co-authored-by: Raktim Mitra <raktim@localhost>
Co-authored-by: Rohith Krishna <rohith@localhost>
Co-authored-by: Raktim Mitra <raktim@digs.ipd.uw.edu >
2025-12-01 18:23:02 -08:00
Nathaniel Corley
f3c01c2a2d
refactor: rf3 and rfd3 lab training ( #709 )
...
* Add current_epoch arg to validation_batch_end, minor corrections to rfd3 validation
* fix: callbacks, readmes
* chore: rf3 checkpoints, quiet mode
* fix: fabric trainer model imports
* chore: commit .env
---------
Co-authored-by: jbutch <jbutch@uw.edu >
2025-12-01 18:14:07 -08:00
Jasper Butcher
a5532404f5
Refactor/rf3 rfd3 training ( #705 )
...
* Initial pass at file structure for MPNN merge.
* Copy and refactor for clarity pos encoding.
* PositionWiseFeedForward copied.
* Message passing layers, refactored.
* Token and atom encodings for MPNN.
* Naming consistency.
* Graph featurization for ProteinMPNN.
As well as membrane and pssm versions of MPNN.
* Finished LigandMPNN graph features.
* Code cleanup.
* MPNN classes rough draft.
* Additional comments.
* Move structure noise/sc atomize flag to kwargs.
* Finish encoding for protein and ligand MPNN.
* Saved some features for bookkeeping.
* Masks and decoding order. Decoder in progress.
* Added decoding; many bug fixes.
* feat: MPNN pipeline (#268 )
* feat: MPNN pipeline, pipeline tests
* feat: backbone occupancy threshold
* chore: MR comments
* chore: fix tests
* Directory cleanup.
* Rework kwargs, change masking.
* Bug fix: permutation of causality masks.
* Chore: push probability utils.
* Chore: variable name typo.
* Feat: Symmetry handling during decoding.
* Bug fix: repeat symmetry input along batch.
* Bug fix: if/else for symmetry_weight.
* Bug fix: node_features -> num_node_features.
* Bug fix: various typos/misnamings.
* Bug fix: np.minimum -> min for python ints.
* Chore: spacing.
* Chore: rename forward output.
* Chore: documentation.
* Feat: loss.
* Feat: weight init static method.
* Chore: int->bool for masks.
* Chore: ensure decode_last_mask is bool.
* Bug: fix modelhub imports.
* Chore: refactor ligand subgraph featurization.
* Chore: missing imports.
* Chore: rename loss.
* Chore: rename model file.
* Chore: bug fixes and documentation.
* Bug fix: symmetry and autograd.
* Chore: documentation.
* Bug: save "pre noise" coords even when no noise.
* Bug: Fix dtypes.
* Chore: Model tests.
* Chore: input names.
* Chore: update comment.
* Chore: change input to model.
* Chore: rename feats.
* Chore: rename feats downstream.
* Chore: S_pred->S_sampled rename for clarity.
* Chore: linter
* Feat: protein-ligand interface calculation. (#410 )
* Feat: protein-ligand interface calculation.
* Chore: use datahub validation check.
---------
Co-authored-by: Andrew Kubaney <akubaney@localhost>
* Chore: move token encoding.
* Chore: split transforms from pipeline.
* Feat: protein interface mask and batching.
* Chore: move protein-interface calc.
* Chore: empty commits for sampler/trainer.
* Chore: rename protein-ligand to polymer-ligand
* Feat: turn interface calcs into transform.
* Feat: transform for polymer interface mask.
* Bug: rename feats->input_features in tests.
* Bug: rename S_pred->S_sampled in tests.
* Bug: fix tests to match new model input format.
* Bug: fixed issues with polymer-ligand tests.
* Feat: collator.
* Chore: remove empty sampler.
* Chore: test refactor.
* Chore: update collate default.
* Chore: remove dist calc from interface for speed.
* Feat: auxillary settings in pipeline.
* Bug: fix mask_for_loss repeating.
* Feat: metrics and test updates.
* Chore: cleanup old files.
* Feat: padded token bucket sampler. (#432 )
* Feat: padded token bucket sampler.
* Chore: defaults.
---------
Co-authored-by: Andrew Kubaney <akubaney@localhost>
* Bug: ligand subgraph shapes.
* Feat: trainer.
* Bug: call .item() on metrics.
* Bug: move idx to proper device.
* Chore: remove compute train metrics (unused).
* Feat: checkpointing.
* Feat: minimal return option in pipeline (for mem).
* Chore: refactor sampler.
* Chore: move empty atom_array assert.
* Feat: rough training code.
* Feat: set_epoch and torch generator.
* Bug: sampler name.
* Feat: token budget aware collation.
* Chore: cleanup prints.
* Chore: code style.
* Feat: more robust pipeline (from Nate).
* Feat: batch sampler logic (from Nate).
* Feat: train updates.
* Feat: checks for invalid examples.
* Bug: fix for empty non_atomized_array.
* Feat: shell scripts for training.
* Feat: first pass old weight loading.
* Chore: updates to training hyperparams.
* Chore: partial restructure under src.
* Chore: changes for amp and comment.
* Chore: move MPNN into models.
* Chore: add mpnn to shebang.
* Chore: initial readme.
* Chore: fix imports for atomworks and model.
* Chore: conftest added.
* Chore: move training shell scripts.
* Chore: add __init__.py.
* Chore: restructure mpnn dir.
* Bug: fix atomworks imports.
* Bug: continued import fixing.
* Chore: update autocast dtype functions.
* Bug: fix issues with tests.
* Chore: add model route in data pipeline.
* Chore: fix comment about ligandmpnn legacy bug.
* Chore: rename add auxillary settings.
* chore: organize transforms.
* feat: pipeline handles atomarray annotation.
* chore: split mpnn and rf3 exec.
* chore: rename old -> legacy.
* chore: rename old->legacy in code.
* chore: update intro README.
* chore: update shebang.
* chore: update training scripts.
* chore: move launch training scripts.
* chore: fix path for train file.
* chore: add addn params protein vs ligand.
* fix: make train.py/inference.py executable.
* fix: python->srun.
* chore: update notes.
* feat: add back metrics_logging to modelhub.
TODO: deduplicate rf3/rfd3 for callback
StoreValidationMetricsInDFCallback.
* chore: fix atomworks imports.
* chore: add .env call.
* fix: actually fix env setup.
* chore: rename featurization of user setting.
* fix: move featurize user settings to end.
* fix: import.
* chore: import order.
* fix: train date cutoff, ckpt loading.
* fix: update atomworks to fix residue starts.
* chore: rearrange utils.
* chore: create io utils file.
* chore: file rename.
* feat: DRAFT of inference engine/utils/script.
* small inference input loading fixes
* fix: collater and repeat_sample_num handling.
* feat: significant upgrade of cli/inference input.
* fix: addtional checks for user inputs.
* chore: update high level inference script.
* chore: minor changes; prepping for refactor.
* chore: comment and small fix legacy wts.
* chore: reorder constants in legacy wts.
* chore: warnings to README.
* chore: more notes on readme.
* chore: readme updates.
* feat: inference working.
* chore: note on README.
* fix: readme syntax issue.
* chore: readme format.
* chore: tests for inference.
* chore: formatting.
* Remove old configs, add dump validation structures callback, fix tests
* Fix training and add exec file
* Make format mpnn & with unsafe fixes
* Fix training and add exec file
* Bugfix to losses
* Alright we rollin boys
* Update regression tests
---------
Co-authored-by: Andrew Kubaney <akubaney@localhost>
Co-authored-by: Nathaniel Corley <ncorley@uw.edu >
Co-authored-by: AndrewKubaney <48457494+AndrewKubaney@users.noreply.github.com >
Co-authored-by: Andrew Kubaney <akubaney@digs>
Co-authored-by: Raktim Mitra <raktim@localhost>
2025-11-30 00:35:07 -08:00
jbutch
d603dee7c4
Make format mpnn & with unsafe fixes
2025-11-29 23:39:25 -08:00
AndrewKubaney
87264c2cb3
feat: add mpnn to refactor/rf3-lab ( #704 )
...
* Initial pass at file structure for MPNN merge.
* Copy and refactor for clarity pos encoding.
* PositionWiseFeedForward copied.
* Message passing layers, refactored.
* Token and atom encodings for MPNN.
* Naming consistency.
* Graph featurization for ProteinMPNN.
As well as membrane and pssm versions of MPNN.
* Finished LigandMPNN graph features.
* Code cleanup.
* MPNN classes rough draft.
* Additional comments.
* Move structure noise/sc atomize flag to kwargs.
* Finish encoding for protein and ligand MPNN.
* Saved some features for bookkeeping.
* Masks and decoding order. Decoder in progress.
* Added decoding; many bug fixes.
* feat: MPNN pipeline (#268 )
* feat: MPNN pipeline, pipeline tests
* feat: backbone occupancy threshold
* chore: MR comments
* chore: fix tests
* Directory cleanup.
* Rework kwargs, change masking.
* Bug fix: permutation of causality masks.
* Chore: push probability utils.
* Chore: variable name typo.
* Feat: Symmetry handling during decoding.
* Bug fix: repeat symmetry input along batch.
* Bug fix: if/else for symmetry_weight.
* Bug fix: node_features -> num_node_features.
* Bug fix: various typos/misnamings.
* Bug fix: np.minimum -> min for python ints.
* Chore: spacing.
* Chore: rename forward output.
* Chore: documentation.
* Feat: loss.
* Feat: weight init static method.
* Chore: int->bool for masks.
* Chore: ensure decode_last_mask is bool.
* Bug: fix modelhub imports.
* Chore: refactor ligand subgraph featurization.
* Chore: missing imports.
* Chore: rename loss.
* Chore: rename model file.
* Chore: bug fixes and documentation.
* Bug fix: symmetry and autograd.
* Chore: documentation.
* Bug: save "pre noise" coords even when no noise.
* Bug: Fix dtypes.
* Chore: Model tests.
* Chore: input names.
* Chore: update comment.
* Chore: change input to model.
* Chore: rename feats.
* Chore: rename feats downstream.
* Chore: S_pred->S_sampled rename for clarity.
* Chore: linter
* Feat: protein-ligand interface calculation. (#410 )
* Feat: protein-ligand interface calculation.
* Chore: use datahub validation check.
---------
Co-authored-by: Andrew Kubaney <akubaney@localhost>
* Chore: move token encoding.
* Chore: split transforms from pipeline.
* Feat: protein interface mask and batching.
* Chore: move protein-interface calc.
* Chore: empty commits for sampler/trainer.
* Chore: rename protein-ligand to polymer-ligand
* Feat: turn interface calcs into transform.
* Feat: transform for polymer interface mask.
* Bug: rename feats->input_features in tests.
* Bug: rename S_pred->S_sampled in tests.
* Bug: fix tests to match new model input format.
* Bug: fixed issues with polymer-ligand tests.
* Feat: collator.
* Chore: remove empty sampler.
* Chore: test refactor.
* Chore: update collate default.
* Chore: remove dist calc from interface for speed.
* Feat: auxillary settings in pipeline.
* Bug: fix mask_for_loss repeating.
* Feat: metrics and test updates.
* Chore: cleanup old files.
* Feat: padded token bucket sampler. (#432 )
* Feat: padded token bucket sampler.
* Chore: defaults.
---------
Co-authored-by: Andrew Kubaney <akubaney@localhost>
* Bug: ligand subgraph shapes.
* Feat: trainer.
* Bug: call .item() on metrics.
* Bug: move idx to proper device.
* Chore: remove compute train metrics (unused).
* Feat: checkpointing.
* Feat: minimal return option in pipeline (for mem).
* Chore: refactor sampler.
* Chore: move empty atom_array assert.
* Feat: rough training code.
* Feat: set_epoch and torch generator.
* Bug: sampler name.
* Feat: token budget aware collation.
* Chore: cleanup prints.
* Chore: code style.
* Feat: more robust pipeline (from Nate).
* Feat: batch sampler logic (from Nate).
* Feat: train updates.
* Feat: checks for invalid examples.
* Bug: fix for empty non_atomized_array.
* Feat: shell scripts for training.
* Feat: first pass old weight loading.
* Chore: updates to training hyperparams.
* Chore: partial restructure under src.
* Chore: changes for amp and comment.
* Chore: move MPNN into models.
* Chore: add mpnn to shebang.
* Chore: initial readme.
* Chore: fix imports for atomworks and model.
* Chore: conftest added.
* Chore: move training shell scripts.
* Chore: add __init__.py.
* Chore: restructure mpnn dir.
* Bug: fix atomworks imports.
* Bug: continued import fixing.
* Chore: update autocast dtype functions.
* Bug: fix issues with tests.
* Chore: add model route in data pipeline.
* Chore: fix comment about ligandmpnn legacy bug.
* Chore: rename add auxillary settings.
* chore: organize transforms.
* feat: pipeline handles atomarray annotation.
* chore: split mpnn and rf3 exec.
* chore: rename old -> legacy.
* chore: rename old->legacy in code.
* chore: update intro README.
* chore: update shebang.
* chore: update training scripts.
* chore: move launch training scripts.
* chore: fix path for train file.
* chore: add addn params protein vs ligand.
* fix: make train.py/inference.py executable.
* fix: python->srun.
* chore: update notes.
* feat: add back metrics_logging to modelhub.
TODO: deduplicate rf3/rfd3 for callback
StoreValidationMetricsInDFCallback.
* chore: fix atomworks imports.
* chore: add .env call.
* fix: actually fix env setup.
* chore: rename featurization of user setting.
* fix: move featurize user settings to end.
* fix: import.
* chore: import order.
* fix: train date cutoff, ckpt loading.
* fix: update atomworks to fix residue starts.
* chore: rearrange utils.
* chore: create io utils file.
* chore: file rename.
* feat: DRAFT of inference engine/utils/script.
* small inference input loading fixes
* fix: collater and repeat_sample_num handling.
* feat: significant upgrade of cli/inference input.
* fix: addtional checks for user inputs.
* chore: update high level inference script.
* chore: minor changes; prepping for refactor.
* chore: comment and small fix legacy wts.
* chore: reorder constants in legacy wts.
* chore: warnings to README.
* chore: more notes on readme.
* chore: readme updates.
* feat: inference working.
* chore: note on README.
* fix: readme syntax issue.
* chore: readme format.
* chore: tests for inference.
* chore: formatting.
---------
Co-authored-by: Andrew Kubaney <akubaney@localhost>
Co-authored-by: Nathaniel Corley <ncorley@uw.edu >
Co-authored-by: Andrew Kubaney <akubaney@digs>
Co-authored-by: Raktim Mitra <raktim@localhost>
2025-11-29 22:34:05 -08:00
Jasper Butcher
fcd37487fc
Add traning ( #694 )
...
* Add enzyme example, refactor io
* udpate
* Delete old configs, add training code for rfd3
* minor changes
2025-11-26 00:57:45 -08:00
Jasper Butcher
7c1a77ff0c
Add enzyme example, refactor io ( #688 )
...
* Add enzyme example, refactor io
* udpate
2025-11-25 16:45:25 -08:00
jbutch
e419028257
Update example
2025-11-23 22:54:06 -08:00
jbutch
1251f0fcf1
Add non-hydra interface for instantiating model
2025-11-23 22:38:39 -08:00
jbutch
22407d510c
Update regression tests and defaults
2025-11-23 20:21:01 -08:00
jbutch
12115d052b
Update RFD3 regression tests
2025-11-23 19:31:45 -08:00
jbutch
e520df0a97
Update to aa_design/main latest (post loop fix)
2025-11-23 19:30:17 -08:00
Jasper Butcher
3dba499b6d
refactor source files for open sourcing ( #648 )
...
* mc
* Add base class for inference engine
* refactor inference engine
* Move constants and components out of rfd3 folder
* Fixes to engine
* Update with working checkpoint
* revert layer utils
* Fix more imports
* Move alignment, conditiontransitionblock
* Update sampler name
* mc
* More import fixes
* make format
* Minor fixes
* mc
* Fix rf3 inference engine
* Fix inference sampler
* Fix modules
* Running inference
* Make format
* add pre-commit hook
* fix: RF3 inference (#670 )
fix: make rf3 tests in new format
* Minor cleanup
---------
Co-authored-by: Nathaniel Corley <ncorley@uw.edu >
2025-11-20 16:29:47 -08:00
Nathaniel Corley
aa4cb6875f
fix: paths and ipd readme ( #656 )
...
fix: update paths; add IPD readme
2025-11-13 17:46:04 -08:00
Jasper Butcher
5e7b739ed3
Add initial RFD3 Files and passing tests
...
* Add initial files
* add files
* Move projects.aa_design -> rfd3
* Make format
* Delete test files
* Add configs
* Mc
* Fixed tests
* remove test files
2025-11-11 10:07:43 -08:00
Rafael Brent
36f668b5ae
fix: clean up logging ( #587 )
...
* fix: don't log all-nan metrics
* fix: typo in logging
* chore: ruff
---------
Co-authored-by: Rafi Brent <rafi.brent@gmail.com >
2025-11-10 14:23:07 -08:00
Nathaniel Corley
2ee287a1d5
feat: script to predict and score ( #635 )
...
* feat: enable jupyter notebooks; cleanup
* fix: apptainer
* fix: more apptainer shenanigans
* feat: add script to predict AND score structures in-memory
2025-11-10 09:03:30 -08:00
Nathaniel Corley
75eb1c5b14
feat: enable jupyter notebooks ( #623 )
...
feat: enable jupyter notebooks; cleanup
2025-11-10 09:01:44 -08:00
Nathaniel Corley
ae2bb80d02
Fix/apptainer ( #629 )
...
* feat: enable jupyter notebooks; cleanup
* fix: apptainer
* fix: more apptainer shenanigans
2025-11-07 16:08:06 -08:00
Nathaniel Corley
8cbf11ea23
feat: predict and score ( #599 )
...
Add ability to predict then run a set of metrics
2025-10-29 12:25:28 -07:00
ncorley
74e879a373
refactor: move datasets to common
2025-10-27 17:40:12 -07:00
Rafael Brent
4325878f17
feat: Conditional application of Metrics ( #585 )
...
* feat: enable conditional application of Metrics based on tags passed through the Transform pipeline
* chore: ruff
---------
Co-authored-by: Rafi Brent <rafi.brent@gmail.com >
2025-10-25 21:29:50 -07:00
ncorley
d0ea2bad5d
hotfix: input parsing
2025-10-24 20:32:12 -07:00
Nathaniel Corley
44cd199837
fix: datasets ( #583 )
...
* docs: README warning update
Added notices regarding bug fixes and upcoming changes.
* fix: inference for RF3
* chore: reomve submodules
* feat: update ligand templating, bump atomworks version
* Fix iptm bug, add min ipae and ipde calc and ruff formatting
* refactor: rf3 lab
* wip: save before letting Claude rip
* fix: working rf3
* chore: apptainers, ipd, rf3 runnable
* fix: README, environment, conftest
* add laproteina training and inference with new rf3 structure
* fix: updates to fix RF3
* feat: updates from proteina pipeline, squashfs manager
* fix: updates to support latest Run10 RF3
* fix: element type bug, utils, conformers
* update: ckpt path
* fix: add symlinked apptainer
* fix: MSAs for inference
* fix: apptainers, submodule bump for atomworks
* fix: apptainers
* Wip/attention improvements (#554 )
* feat: inference sharding; folders
* refactor: attention module reorganization and cleanup
* fix: regression tests
* feature: RF3 inference with atom arrays
* refactor: move datasets
* tests: additional regression tests
* fix: moving datasets aroudn
---------
Co-authored-by: Kieran Didi <kieran.didi@gmail.com >
Co-authored-by: Kieran Didi <kdidi@nvidia.com >
2025-10-24 16:35:05 -07:00
Tuscan R Thompson
de64112d89
Feat: cyclic inference ( #552 )
...
* feat: inference for cyclic peptides
* chore: update README
* chore: lint
* chore: lint
* chore: cleanup if statement
2025-10-24 16:27:42 -07:00
Nathaniel Corley
d10cc62c69
test: additional regression tests ( #581 )
...
* docs: README warning update
Added notices regarding bug fixes and upcoming changes.
* fix: inference for RF3
* chore: reomve submodules
* feat: update ligand templating, bump atomworks version
* Fix iptm bug, add min ipae and ipde calc and ruff formatting
* refactor: rf3 lab
* wip: save before letting Claude rip
* fix: working rf3
* chore: apptainers, ipd, rf3 runnable
* fix: README, environment, conftest
* add laproteina training and inference with new rf3 structure
* fix: updates to fix RF3
* feat: updates from proteina pipeline, squashfs manager
* fix: updates to support latest Run10 RF3
* fix: element type bug, utils, conformers
* update: ckpt path
* fix: add symlinked apptainer
* fix: MSAs for inference
* fix: apptainers, submodule bump for atomworks
* fix: apptainers
* Wip/attention improvements (#554 )
* feat: inference sharding; folders
* refactor: attention module reorganization and cleanup
* fix: regression tests
* feature: RF3 inference with atom arrays
* refactor: move datasets
* tests: additional regression tests
---------
Co-authored-by: Kieran Didi <kieran.didi@gmail.com >
Co-authored-by: Kieran Didi <kdidi@nvidia.com >
2025-10-24 14:57:12 -07:00
Nathaniel Corley
6a5c1964b0
refactor: move datasets ( #579 )
...
* docs: README warning update
Added notices regarding bug fixes and upcoming changes.
* fix: inference for RF3
* chore: reomve submodules
* feat: update ligand templating, bump atomworks version
* Fix iptm bug, add min ipae and ipde calc and ruff formatting
* refactor: rf3 lab
* wip: save before letting Claude rip
* fix: working rf3
* chore: apptainers, ipd, rf3 runnable
* fix: README, environment, conftest
* add laproteina training and inference with new rf3 structure
* fix: updates to fix RF3
* feat: updates from proteina pipeline, squashfs manager
* fix: updates to support latest Run10 RF3
* fix: element type bug, utils, conformers
* update: ckpt path
* fix: add symlinked apptainer
* fix: MSAs for inference
* fix: apptainers, submodule bump for atomworks
* fix: apptainers
* Wip/attention improvements (#554 )
* feat: inference sharding; folders
* refactor: attention module reorganization and cleanup
* fix: regression tests
* feature: RF3 inference with atom arrays
* refactor: move datasets
---------
Co-authored-by: Kieran Didi <kieran.didi@gmail.com >
Co-authored-by: Kieran Didi <kdidi@nvidia.com >
2025-10-23 15:55:48 -07:00
maxkazman
8f0ac4a263
feat: Multiple GPU inference and LOCAL_MSA_DIRS env variable usage ( #563 )
...
* feat: support for multi-gpu inference and proper results gathering
* feat: utils for multi-gpu inference and multithreaded input parsing
* feat: use LOCAL_MSA_DIRS environment variable for msa dir override if available
* feat: automatically check shard depth and extension for msas during inference
2025-10-20 15:06:53 -07:00
Nathaniel Corley
31deb1ab3c
Wip/attention improvements ( #554 )
...
* feat: inference sharding; folders
* refactor: attention module reorganization and cleanup
* fix: regression tests
* feature: RF3 inference with atom arrays
2025-10-09 22:53:53 -07:00
ncorley
d048cc887e
fix: apptainers
2025-10-08 15:45:09 -07:00
ncorley
2abd193d47
fix: apptainers, submodule bump for atomworks
2025-10-08 13:57:07 -07:00
ncorley
f2a9d502b5
fix: MSAs for inference
2025-10-07 22:57:35 -07:00
ncorley
30da9e6e6b
fix: add symlinked apptainer
2025-10-07 17:02:31 -07:00
ncorley
628c2bda5f
update: ckpt path
2025-10-07 16:36:10 -07:00
ncorley
423ff10a89
fix: element type bug, utils, conformers
2025-10-07 16:22:28 -07:00
ncorley
bcd3c527cd
fix: updates to support latest Run10 RF3
2025-10-07 13:49:42 -07:00
ncorley
606420436d
feat: updates from proteina pipeline, squashfs manager
2025-10-03 17:22:14 -07:00
ncorley
3e80413b0b
fix: updates to fix RF3
2025-10-03 16:01:48 -07:00
Kieran Didi
77c995cc11
add laproteina training and inference with new rf3 structure
2025-10-02 17:47:14 -07:00
ncorley
7a66a96a29
fix: README, environment, conftest
2025-10-02 17:38:03 -07:00
ncorley
6891de148b
chore: apptainers, ipd, rf3 runnable
2025-10-02 13:31:34 -07:00
ncorley
592de5b488
fix: working rf3
2025-10-01 23:52:01 -07:00
ncorley
cbbe4c6a6d
wip: save before letting Claude rip
2025-10-01 12:01:05 -07:00
ncorley
ac17c5f3c8
refactor: rf3 lab
2025-09-29 16:44:02 -07:00
Nathaniel Corley
b5c9685c73
Merge pull request #12 from RosettaCommons/fix/inference
...
fix: inference
2025-09-19 16:19:47 -07:00