You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bionemo-recipes.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The biological AI community is actively prototyping model architectures and need
8
8
9
9
-**Flexible scaling**: Scale from single-GPU prototyping to multi-node training without complex parallelism configurations
10
10
-**Framework compatibility**: Works with popular frameworks like HuggingFace Accelerate, PyTorch Lightning, and vanilla PyTorch
11
-
-**Performance optimization**: Leverages TransformerEngine and nvFSDP for state-of-the-art training efficiency
11
+
-**Performance optimization**: Leverages TransformerEngine and megatron-fsdp for state-of-the-art training efficiency
12
12
-**Research-friendly**: Hackable, readable code that researchers can easily adapt for their experiments
13
13
14
14
### Use Cases
@@ -35,7 +35,7 @@ Example models include ESM-2, Geneformer, and AMPLIFY.
35
35
Self-contained training examples demonstrating best practices for scaling biological foundation models. Each recipe is a complete Docker container with:
0 commit comments