Commit Graph

50 Commits

Author SHA1 Message Date
Hope Woods
f4f3597aa8 Upload Dockerfile to examples (#222)
* Upload Dockerfile to examples

* Update Foundry README with Docker information

- There is an image for Foundry on DockerHub
- Example recipe is in `foundry/examples/docker`

---------

Co-authored-by: Rachel Clune <rachel.clune@omsf.io>
2026-02-21 22:40:06 -08:00
Rohith Krishna
a814636801 Fix Slack invitation link
Updated Slack invitation link in README.
2026-02-06 10:49:56 -08:00
Daan Krol
8bfde2381a feat: Add Intel XPU support for Foundry Models (#156)
feat: Add Intel XPU support for all models

- Add XPU accelerator, precision, and strategy classes
- Update DDP utilities to detect and use Intel XPU
- Add XPU trainer configs for RF3 and RFD3
- Update MPNN inference engine for XPU compatibility
- Update README with XPU documentation
2026-01-07 16:30:04 -08:00
Jasper Butcher
25e48fe8d8 Add Slack link 2025-12-13 07:59:02 +00:00
Rachel Clune
676b4a95f3 Fix formatting of pip install command in README 2025-12-09 17:36:21 -06:00
jbutch
3313cdfa47 Add multiple checkpoint directories optioning and rename env var 2025-12-04 21:06:10 -08:00
jbutch
8988b1ef77 Make format 2025-12-04 19:56:10 -08:00
jbutch
bd553d28aa Minor fixes 2025-12-04 19:34:17 -08:00
jbutch
e80d9608f1 Fix installation v2 2025-12-04 19:29:37 -08:00
jbutch
a9196592ca Fix installation 2025-12-04 19:25:17 -08:00
Jasper Butcher
7f6656ebf4 Merge pull request #37 from RosettaCommons/readme-fixes
Update README
2025-12-03 17:13:05 -08:00
Jasper Butcher
536af6eff4 Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-03 15:39:54 -08:00
Rachel Clune
5582c7d248 Fix checkpoint directory flag in installation command 2025-12-03 14:50:04 -08:00
jbutch
ab6b438137 Update README 2025-12-03 14:16:41 -08:00
Rohith Krishna
6d18903e43 Merge pull request #36 from RosettaCommons/feat/collab
feat: collab notebook
2025-12-03 10:52:24 -08:00
Rachel Clune
70c6b2c4e2 Fix command option for checkpoint directory
Updated the command syntax for installing models.
2025-12-03 10:00:38 -08:00
ncorley
04cb7f2ca6 feat: collab notebook 2025-12-03 09:31:41 -08:00
Ubiquinone-dot
7c8a29437b Add assets, cleanup READMEs, remove old files 2025-12-03 01:50:50 -08:00
Raktim Mitra
30231f1457 Update README.md 2025-12-03 00:50:53 -08:00
Raktim Mitra
46eeaa45f0 Update README.md fix trajectory.png link 2025-12-03 00:47:49 -08:00
Nathaniel Corley
d72e49aa96 docs: dataset readme (#726)
* docs: dataset readme

* more docs for training

---------

Co-authored-by: Rohith Krishna <rohith@localhost>
2025-12-03 00:34:46 -08:00
Jasper Butcher
94bb987998 Refactor/checkpoint defaults (#723)
* Registry rework

* Update README 12

* Mc

* Add all option correction
2025-12-03 00:34:45 -08:00
Rohith Krishna
2cd401665b initial progress on documentation cleanup (#722)
* initial progress on documentation cleanup

* formatting input.md

* docs: more documentation for ppi and sm binder design

* fix typo

---------

Co-authored-by: Rohith Krishna <rohith@localhost>
2025-12-03 00:34:45 -08:00
Rohith Krishna
bf8b44a83f feat: enable installing checkpoints from command line 2025-12-02 20:29:09 -08:00
Rohith Krishna
db7cbf37d1 fix: fix path in paths for pdb parsing (#715)
* refactor: change modelhub to foundry

* fix: fix path in paths for pdb parsing

* Update run_inf_tutorial.sh

---------

Co-authored-by: Rohith Krishna <rohith@localhost>
Co-authored-by: Raktim Mitra <timkartar7879@gmail.com>
2025-12-02 17:55:02 -08:00
Jasper Butcher
62cbbe28e5 Finalizing READMEs (#711)
* Draft update to main

* Minor changes

* Add files

* ppi/sm/enzyme.md and input.md/reade.md cleanups

* fix run commands

* fix: typo in ppi md

* fix: Update header dna_binder_design.md

* description of dna_binder_design examples in .md

* fix: Update dna_binder_design.md fix typo

* fix: Update main README.md to add all citations

* fix: filename dna->na

* fix: filename dna->na

---------

Co-authored-by: Raktim Mitra <raktim@digs.ipd.uw.edu>
Co-authored-by: Raktim Mitra <timkartar7879@gmail.com>
2025-12-02 16:46:33 -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
ncorley
bcd3c527cd fix: updates to support latest Run10 RF3 2025-10-07 13:49:42 -07:00
ncorley
7a66a96a29 fix: README, environment, conftest 2025-10-02 17:38:03 -07:00
ncorley
592de5b488 fix: working rf3 2025-10-01 23:52:01 -07:00
ncorley
f201cfa1cc fix: inference for RF3 2025-09-17 04:01:18 -07:00
Nathaniel Corley
5c8ba5f2a1 docs: README warning update
Added notices regarding bug fixes and upcoming changes.
2025-09-03 15:12:03 +03:00
ncorley
d89099b752 chore: documentations, cpu compatability, JSON inputs 2025-08-29 06:51:54 -07:00
Nathaniel Corley
e7430b11c5 fix(readme): formatting 2025-08-19 21:45:41 +02:00
Nathaniel Corley
0b914395f5 docs: update README disclaimer
Clarify that training code is not yet supported
2025-08-19 21:45:23 +02:00
Nathaniel Corley
2f0449d016 docs: readme update and cleanup (#477)
Co-authored-by: Nathaniel Corley <nscorley@Nathaniels-MacBook-Pro.local>
2025-08-15 16:37:25 +02:00
Rohith Krishna
0e415316b7 reinit README 2025-08-15 02:07:08 -07:00
Nathaniel Corley
70e8e60cce feat: nvidia kernels (#278)
* feat: health and timing callbacks

* fix: add missing torch_utils file for timers

* feat: NVIDIA kernels

* feat: cleanup inference, grounud truth conformer
2025-06-16 23:03:46 -07:00
Nathaniel Corley
7d108f7e25 fix: inference (#131)
* fix: update inference and apptainers

* fix ref_space_uid (#156)

* fix ref_space_uid

* remove chiral transforms as they are in datahub now

* copy datahub pipeline back into modelhub

---------

Co-authored-by: Rohith Krishna <rohith@digs>

* chore: MR conflicts

* chore: ruff

* fix: inference with confidence (#170)

* chore: ruff

* wip: inference with confidence

* chore: make inference work

* Add early stopping to inference (#157)

* Add early stopping to inference

* refactor: early stopping

* chore: ruff

* fix: remove is_real_atom from network input

---------

Co-authored-by: ncorley <ncorley@uw.edu>

* docs: update README

---------

Co-authored-by: Frank DiMaio <dimaio@uw.edu>

* chore: update paths to point to checkpoint symlink

* chore: NCAA example, bump submodules

* fix: inference with templates (#165)

* enable templating using old syntax

* rebase and reset datahub

* make the code fail when running from json

add tests for templating syntax

push up cifutils

* updated README

* reenable metrics after rebase

* fix typo

* Update src/modelhub/inference_engines/af3.py

---------

Co-authored-by: Rohith Krishna <rohith@digs>
Co-authored-by: Nathaniel Corley <ncorley@uw.edu>

* fix: minor inference changes with apptainers and chiral metrics

* chore: ruff, clean up comments

* chore: MR comments

---------

Co-authored-by: Rohith Krishna <rohith@uw.edu>
Co-authored-by: Rohith Krishna <rohith@digs>
Co-authored-by: Frank DiMaio <dimaio@uw.edu>
2025-04-29 02:03:01 +00:00
Nathaniel Corley
5a492032d5 refactor: new modelhub (#109)
* Initial commit of chiral changes

Initial checkin of chiral feature code

Add chiral metric

* Update the way chiral features are incorporated into the model

Move initialization to new func

use default pytorch reset parameters

fix initialization for chirals

config

rename argument of confidence head

fix initialization for chirals

* refactor: src nest, rename rf2aa to modelhub

* refactor: initial commit without projects

* Initial commit of chiral changes

* Initial checkin of chiral feature code

* Add chiral metric

* Remove option for double residual connection.  Add kq_norm oiptions to base (20250125) config.

* Restoring flag

* config

* rename argument of confidence head

* Update the way chiral features are incorporated into the model

* config

* rename argument of confidence head

* Update the way chiral features are incorporated into the model

* Initial commit of chiral changes

Initial checkin of chiral feature code

Add chiral metric

* Update the way chiral features are incorporated into the model

Move initialization to new func

use default pytorch reset parameters

fix initialization for chirals

config

rename argument of confidence head

fix initialization for chirals

* refactor: new modelhub

---------

Co-authored-by: fdimaio <dimaio@uw.edu>
Co-authored-by: HaotianZhangAI4Science <haotianzhang@zju.edu.cn>
2025-04-08 13:33:17 -07:00
Rohith Krishna
460a152878 fix typo 2024-05-15 19:52:41 +00:00
Pascal Sturmfels
9b45c3910a Recurate data 2024-04-27 16:34:10 +00:00
Rohith Krishna
99364f892c Resume train 2024-04-06 00:49:34 +00:00
Rohith Krishna
8b8667b1f5 progress towards minifying model tests 2024-03-14 18:56:36 -07:00
Rohith Krishna
51c85b6fac Update README.md 2024-02-14 01:58:33 +00:00
Rohith Krishna
5484b84bcb loosen tolerances for latents 2024-02-13 17:41:01 -08:00
Rohith Krishna
f383a6cc39 cleanup and README 2024-01-31 10:01:44 -08:00
Jue Wang
acf81d4bfb bug fix to reindex_protein_features_after_atomize, added FD3 phase 3 curation code, training now starts on digs w/o errors 2023-02-04 14:05:40 -08:00