Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body:
- type: input
id: version
attributes:
label: BioNeMo Framework Version
label: BioNeMo Recipes Version
description: |
**What version or commit hash of the framework are you using?**

Expand Down Expand Up @@ -89,8 +89,8 @@ body:
id: docker-image-info
attributes:
label: Docker Image
description: If the issue occurred in a container, provide the docker image name. Visit [BioNeMo Framework NGC website](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/clara/containers/bionemo-framework/tags) for available images.
placeholder: e.g., nvcr.io/nvidia/clara/bionemo-framework:2.2
description: If the issue occurred in a container, provide the docker image name. Visit the [PyTorch NGC Container Registry](https://catalog.ngc.nvidia.com/orgs/nvidia/containers/pytorch) for available images.
placeholder: e.g., nvcr.io/nvidia/pytorch:26.05-py3
validations:
required: false

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ body:
- type: input
id: version
attributes:
label: BioNeMo Framework Version
label: BioNeMo Recipes Version
description: What version or commit hash of the framework are you using? Please, specify a commit hash or version tag. Do not use 'latest', 'ToT' or 'nightly' as a reference.

placeholder: commit-hash or version tag, ie v1.2.3.
Expand Down
8 changes: 4 additions & 4 deletions .github/nv-slack-bot.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
$schema: https://public.gha-runners.nvidia.com/nv-slack-bot/schemas/config-v1.json
enabled: true
notifications:
# Send a slack notification when BioNeMo Framework nightly CI fails
- name: "BioNeMo Framework Nightly CI Failed"
# Send a slack notification when BioNeMo Recipes nightly CI fails
- name: "BioNeMo Recipes Nightly CI Failed"
event: workflow_run
slack:
nvidia:
channels:
- id: C0832RNTR09 # bionemo-fw-ci-alerts
match: >
workflow_run.conclusion = "failure"
and workflow_run.name = "BioNeMo Framework CI"
and workflow_run.name = "BioNeMo Recipes CI"
and workflow_run.event = "schedule"
message:
body: |
<{{url}}|BioNeMo Framework nightly CI "{{name}}"> failed
<{{url}}|BioNeMo Recipes nightly CI "{{name}}"> failed
vars:
url: workflow_run.html_url
name: workflow_run.name
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- [Home](index.md)
- [BioNeMo Framework](main/)
- [BioNeMo Recipes](main/)
- [Models](models/)
12 changes: 4 additions & 8 deletions docs/docs/main/references/FAQ.md → docs/docs/main/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ while also providing a high degree of freedom and flexibility for users.
## How do I install BioNeMo Recipes?

You can install individual recipe directories from within BioNeMo Recipes by following the corresponding
README pages the [BioNeMo Recipes GitHub](https://github.com/NVIDIA-BioNeMo/bionemo-framework). Please note that this is a
beta feature and may require some additional effort to install seamlessly. We are actively working on testing this
functionality and expect it will be a fully supported feature in future releases. You can review our
[release notes](../about/releasenotes-fw.md) to stay up to
date on our releases.
README pages the [BioNeMo Recipes GitHub](https://github.com/NVIDIA-BioNeMo/bionemo-framework).

## What are the system requirements for BioNeMo Recipes?

Generally, BioNeMo Recipes should run on any NVIDIA GPU with Compute Capability ≥8.0. For a full list of supported
hardware, refer to the [Hardware and Software Prerequisites](../getting-started/pre-reqs.md).
hardware, refer to the [Hardware and Software Prerequisites](getting-started/pre-reqs.md).

## Can I contribute code or models to BioNeMo Recipes?

Expand All @@ -33,8 +29,8 @@ tokenizers, custom architecture blocks, and other reusable features over end-to-
consider end-to-end model implementations on a case-by-case basis. If you're interested in this contribution of this
kind, we recommend [reaching out to us](https://www.nvidia.com/en-us/industries/healthcare/contact-sales/) first

For more information about external contributions, refer to the [Contributing](../contributing/contributing.md) and
[Code Review](../contributing/code-review.md) pages.
For more information about external contributions, refer to the [Contributing](contributing/contributing.md) and
[Code Review](contributing/code-review.md) pages.

## How do I report bugs or suggest new features?

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/main/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
- [Tutorials](examples/)
- [Data Sets](datasets/)
- [Contributing](contributing/)
- [References](references/)
- [Frequently Asked Questions](FAQ.md)
2 changes: 0 additions & 2 deletions docs/docs/main/about/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- [Overview](overview.md)
- [Background](background/)
- [Release Notes](releasenotes-fw.md)
2 changes: 0 additions & 2 deletions docs/docs/main/about/background/SUMMARY.md

This file was deleted.

80 changes: 0 additions & 80 deletions docs/docs/main/about/background/megatron_datasets.md

This file was deleted.

Loading
Loading