|
6 | 6 | <div align="left"> |
7 | 7 |
|
8 | 8 | [](https://console.brev.dev/launchable/deploy/now?launchableID=env-2pPDA4sJyTuFf3KsCv5KWRbuVlU) |
9 | | -[](https://nvidia.github.io/bionemo-framework) |
10 | | -[](https://github.com/NVIDIA/bionemo-framework/actions/workflows/unit-tests.yml) |
| 9 | +[](https://nvidia-bionemo.github.io/bionemo-framework) |
| 10 | +[](https://github.com/NVIDIA-BioNeMo/bionemo-framework/actions/workflows/unit-tests.yml) |
11 | 11 | [](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/clara/containers/bionemo-framework/tags) |
12 | 12 | [](https://codecov.io/gh/NVIDIA/bionemo-framework) |
13 | 13 |
|
@@ -55,8 +55,8 @@ cd bionemo-framework/bionemo-recipes/recipes/esm2_native_te/ |
55 | 55 | - 02/23/2026 [Mixtral MoE model](bionemo-recipes/models/mixtral/) with TE `GroupedLinear` for efficient parallel expert computation, FP8/FP4 support, and HF conversion. |
56 | 56 | - 02/13/2026 [ESM2 PEFT recipe](bionemo-recipes/recipes/esm2_peft_te/) for LoRA fine-tuning with sequence packing support. |
57 | 57 | - 01/14/2026 [Llama3 Context Parallelism](bionemo-recipes/recipes/llama3_native_te/README.md#performance-benchmarks) — scaling Llama 3 70B to 144K context on 36x GB300 NVL36 with ~65% MFU. |
58 | | -- 10/27/2025 [CodonFM recipe](https://github.com/NVIDIA/bionemo-framework/tree/main/bionemo-recipes/recipes/codonfm_ptl_te) released! This is an accelerated version of the original [research codebase](https://github.com/NVIDIA-Digital-Bio/CodonFM) with [scientific preprint](https://research.nvidia.com/labs/dbr/assets/data/manuscripts/nv-codonfm-preprint.pdf). |
59 | | -- 09/01/2025 [bionemo-recipes](https://github.com/NVIDIA/bionemo-framework/tree/main/bionemo-recipes) goes live! Lightweight and portable examples with state-of-the-art training performance you can riff on to meet your needs. |
| 58 | +- 10/27/2025 [CodonFM recipe](https://github.com/NVIDIA-BioNeMo/bionemo-framework/tree/main/bionemo-recipes/recipes/codonfm_ptl_te) released! This is an accelerated version of the original [research codebase](https://github.com/NVIDIA-Digital-Bio/CodonFM) with [scientific preprint](https://research.nvidia.com/labs/dbr/assets/data/manuscripts/nv-codonfm-preprint.pdf). |
| 59 | +- 09/01/2025 [bionemo-recipes](https://github.com/NVIDIA-BioNeMo/bionemo-framework/tree/main/bionemo-recipes) goes live! Lightweight and portable examples with state-of-the-art training performance you can riff on to meet your needs. |
60 | 60 |
|
61 | 61 | ## Code Overview |
62 | 62 |
|
@@ -114,7 +114,7 @@ BioNeMo Framework is part of a larger ecosystem of NVIDIA Biopharma products. Ge |
114 | 114 |
|
115 | 115 | ## Documentation Resources |
116 | 116 |
|
117 | | -- **Official Documentation:** Guides, API references, and troubleshooting for the framework are documented on our [official documentation](https://docs.nvidia.com/bionemo-framework/latest/). Nightly builds of this documentation are available on [BioNeMo Framework GitHub Pages](https://nvidia.github.io/bionemo-framework/) |
| 117 | +- **Official Documentation:** Guides, API references, and troubleshooting for the framework are documented on our [official documentation](https://docs.nvidia.com/bionemo-framework/latest/). Nightly builds of this documentation are available on [BioNeMo Framework GitHub Pages](https://nvidia-bionemo.github.io/bionemo-framework/) |
118 | 118 |
|
119 | 119 | - **🚧 In-Progress Documentation 🚧:** `bionemo-recipes` documentation is currently work in progress, however the recipes are meant to be self-documented and easy to understand—we suggest you throw them into your favorite genai code assistant! |
120 | 120 |
|
|
0 commit comments