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
Documentation typo fixes (thanks ai).
I also fixed the `!!! note` text sections that were missing the leading
` `, which caused inaccurate rendering (see image below):
<img width="917" height="115" alt="image"
src="https://github.com/user-attachments/assets/a0143254-437b-41fd-b038-12a38bd237a9"
/>
---------
Signed-off-by: jwilber <jwilber@nvidia.com>
Copy file name to clipboardExpand all lines: docs/docs/main/getting-started/training-models.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
# Training Models
2
2
3
3
!!! note "5D Parallel Training Moved to bionemo-recipes"
4
-
The 5D parallel training implementations for ESM-2 and Geneformer have been migrated to simplified TransformerEngine + FSDP implementations in [bionemo-recipes](https://github.com/NVIDIA/bionemo-framework/tree/main/bionemo-recipes). For training these models, please refer to the recipes in `bionemo-recipes/recipes/` (e.g., `esm2_native_te`, `geneformer_native_te_mfsdp_fp8`). The instructions below work for bi
5
-
onemo-framework container releases \<2.7.1.
4
+
The 5D parallel training implementations for ESM-2 and Geneformer have been migrated to simplified TransformerEngine + FSDP implementations in [bionemo-recipes](https://github.com/NVIDIA/bionemo-framework/tree/main/bionemo-recipes). For training these models, please refer to the recipes in `bionemo-recipes/recipes/` (e.g., `esm2_native_te`, `geneformer_native_te_mfsdp_fp8`). The instructions below work for bionemo-framework container releases \<2.7.1.
0 commit comments