Skip to content

Commit

Permalink
2.3 (25.01) release notes (#641)
Browse files Browse the repository at this point in the history
### Description
V2.3 release notes.
### Type of changes
<!-- Mark the relevant option with an [x] -->

- [ ]  Bug fix (non-breaking change which fixes an issue)
- [ ]  New feature (non-breaking change which adds functionality)
- [ ]  Refactor
- [x]  Documentation update
- [ ]  Other (please describe):
  • Loading branch information
trvachov committed Jan 26, 2025
1 parent 0bef8f3 commit a7450ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/docs/user-guide/appendix/releasenotes-fw.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## BioNeMo Framework v2.3

### New Features

* Distributed Inference Support for ESM2 and Geneformer
* Enables linear inference throughput as GPU number is increased
* [See ESM2 inference notebook](https://github.com/NVIDIA/bionemo-framework/blob/release-v2.3/docs/docs/user-guide/examples/bionemo-esm2/inference.ipynb) and use `--num-gpus` parameter.

### Updates & Improvements

* Prior Geneformer inference on H100 accuracy regression fixed.
* Base image updated to `nvcr.io/nvidia/pytorch:24.12-py3`; python updated to 3.12 among other core dependency upgrades ([base container release notes here](https://docs.nvidia.com/deeplearning/frameworks/pytorch-release-notes/rel-24-12.html#rel-24-12)).

## BioNeMo Framework v2.2

### New Features
Expand Down

0 comments on commit a7450ff

Please sign in to comment.