Commit b7a7e1f
File tree
- .devcontainer/recipes
- .github/workflows
- 3rdparty
- ci
- benchmarks
- partial-conv
- perf
- scripts
- docs/docs
- models
- amplify
- .devcontainer
- src/amplify
- tests
- esm2
- tests
- recipes
- esm2_accelerate
- accelerate_config
- hydra_config
- tests
- esm2_native_te_mfsdp_thd
- .devcontainer
- hydra_config
- esm2_native_te_mfsdp
- hydra_config
- geneformer_native_te_mfsdp_fp8
- hydra_config
- model
- internal
- tokenizer_auto
- sub-packages
- bionemo-core/src/bionemo/core/data
- resources
- bionemo-evo2
- src/bionemo/evo2
- data
- models
- run
- tests/bionemo/evo2
- data
- run
- bionemo-scdl
- simple-benchmark
- src/bionemo/scdl/data
- resources
- tests/bionemo/scdl
- data
- simple-benchmark
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
36 | | - | |
| 44 | + | |
37 | 45 | | |
38 | 46 | | |
39 | 47 | | |
| |||
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
| 53 | + | |
45 | 54 | | |
46 | 55 | | |
47 | 56 | | |
| |||
239 | 248 | | |
240 | 249 | | |
241 | 250 | | |
242 | | - | |
243 | | - | |
244 | 251 | | |
245 | 252 | | |
246 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
38 | 46 | | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
43 | 51 | | |
44 | | - | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
| |||
84 | 92 | | |
85 | 93 | | |
86 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
87 | 102 | | |
88 | 103 | | |
89 | 104 | | |
90 | 105 | | |
91 | 106 | | |
92 | 107 | | |
93 | 108 | | |
94 | | - | |
| 109 | + | |
95 | 110 | | |
96 | 111 | | |
97 | 112 | | |
98 | 113 | | |
99 | 114 | | |
| 115 | + | |
100 | 116 | | |
101 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
102 | 124 | | |
103 | 125 | | |
104 | 126 | | |
| |||
115 | 137 | | |
116 | 138 | | |
117 | 139 | | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
118 | 143 | | |
119 | 144 | | |
| 145 | + | |
120 | 146 | | |
121 | 147 | | |
122 | 148 | | |
| |||
125 | 151 | | |
126 | 152 | | |
127 | 153 | | |
128 | | - | |
129 | 154 | | |
130 | 155 | | |
131 | 156 | | |
| |||
- nemo/collections/audio/modules/transforms.py+173-8
- nemo/collections/diffusion/models/flux/model.py+48-22
- nemo/collections/llm/api.py+5
- nemo/collections/llm/gpt/data/core.py+1-1
- nemo/collections/llm/gpt/model/gemma2.py+1
- nemo/collections/llm/gpt/model/hyena.py+44-2
- nemo/collections/llm/gpt/model/llama_embedding.py+12
- nemo/collections/llm/gpt/model/megatron/hyena/hyena_layer_specs.py+52-62
- nemo/collections/llm/gpt/model/megatron/hyena/hyena_mixer.py+8-32
- nemo/collections/llm/gpt/model/megatron/hyena/hyena_utils.py+64-23
- nemo/collections/llm/gpt/model/megatron/hyena/te_compat.py+162
- nemo/collections/nlp/data/language_modeling/megatron/gpt_sft_dataset.py+4-1
- nemo/collections/vlm/inference/base.py+68-12
- nemo/collections/vlm/inference/qwenvl_inference_wrapper.py+87
- nemo/collections/vlm/inference/vlm_inference_controller.py+40
- nemo/lightning/pytorch/plugins/data_sampler.py+55-1
- nemo/lightning/pytorch/strategies/megatron_strategy.py+33-3
- nemo/lightning/resume.py+5-4
- nemo/utils/sequence_packing_utils.py+1-1
- requirements/manifest.json+2-2
- scripts/flux/flux_controlnet_training.py+14-3
- scripts/flux/flux_training.py+10-5
- scripts/llm/ptq.py+4
- scripts/nlp_language_modeling/t0/merge_train_tasks.py-133
- scripts/nlp_language_modeling/t0/t0_dataset_preproc.py-179
- scripts/nlp_language_modeling/t0/tasks_splits_and_features.py-8.1k
- scripts/performance/argument_parser.py+14
- scripts/performance/diffusion/pretrain_flux_12b.py+2
- scripts/performance/helpers.py+9
- scripts/performance/llm/finetune_deepseek_v3.py+2
- scripts/performance/llm/finetune_llama31_405b.py+2
- scripts/performance/llm/finetune_llama3_70b.py+2
- scripts/performance/llm/finetune_llama3_8b.py+2
- scripts/performance/llm/finetune_llama4_e128.py+2
- scripts/performance/llm/pretrain_deepseek_v3.py+2
- scripts/performance/llm/pretrain_gpt3_175b.py+2
- scripts/performance/llm/pretrain_llama31_405b.py+2
- scripts/performance/llm/pretrain_llama3_70b.py+2
- scripts/performance/llm/pretrain_llama3_8b.py+2
- scripts/performance/llm/pretrain_llama4_e128.py+2
- scripts/performance/llm/pretrain_llama4_e16.py+2
- scripts/performance/llm/pretrain_mixtral_8x22b.py+2
- scripts/performance/llm/pretrain_mixtral_8x7b.py+2
- scripts/performance/llm/pretrain_nemotronh_47b.py+2
- scripts/performance/llm/pretrain_nemotronh_56b.py+2
- scripts/performance/llm/pretrain_nemotronh_8b.py+2
- scripts/performance/llm/pretrain_qwen3_235b_a22b.py+2
- scripts/performance/llm/pretrain_qwen3_30b_a3b.py+2
- scripts/performance/recommended_model_configs/model_configs_b200.csv+2-2
- scripts/performance/recommended_model_configs/model_configs_gb200.csv+2-2
- scripts/performance/recommended_model_configs/model_configs_h100.csv+2-2
- scripts/performance/vlm/finetune_qwen25vl_32b.py+2
- scripts/performance/vlm/finetune_qwen25vl_7b.py+2
- scripts/performance/vlm/pretrain_vlm_llama4_e128.py+2
- scripts/performance/vlm/pretrain_vlm_llama4_e16.py+2
- scripts/vlm/qwen25vl_generate.py+42-45
- tests/collections/audio/test_audio_modules_transforms.py+86
- tests/collections/llm/gpt/model/test_evo2.py+3-3
- tests/collections/llm/gpt/model/test_hyena_mixer_kernel.py+118
- tests/collections/vlm/inference/__init__.py+13
- tests/collections/vlm/inference/test_base.py+669
- tests/collections/vlm/inference/test_qwenvl_inference_wrapper.py+285
- tests/collections/vlm/inference/test_vlm_inference_controller.py+286
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | 92 | | |
95 | 93 | | |
96 | 94 | | |
97 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
98 | 99 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments