Skip to content

Commit d98bf05

Browse files
HuiyingLiclaude
andcommitted
fix(nemotron-omni-cp): use HF model ID in ep8cp2 yaml
Replace local lustre path with the canonical ``nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16`` model ID, matching the existing ``nemotron_omni_cord_v2.yaml`` and ``_peft.yaml``. Also resolves a secrets-detector false positive (``Base64 High Entropy String`` triggered on the long lustre path at line 27). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: HuiyingLi <willwin.lee@gmail.com>
1 parent 2e861d4 commit d98bf05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/vlm_finetune/nemotron_omni/nemotron_omni_v3_cord_v2_ep8cp2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rng:
2424

2525
model:
2626
_target_: nemo_automodel.NeMoAutoModelForImageTextToText.from_pretrained
27-
pretrained_model_name_or_path: /lustre/fs1/portfolios/coreai/users/chcui/nomni-workspace/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16
27+
pretrained_model_name_or_path: nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16
2828
trust_remote_code: true
2929
torch_dtype: torch.bfloat16
3030
backend:
@@ -39,7 +39,7 @@ model:
3939

4040
processor:
4141
_target_: transformers.AutoProcessor.from_pretrained
42-
pretrained_model_name_or_path: /lustre/fs1/portfolios/coreai/users/chcui/nomni-workspace/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16
42+
pretrained_model_name_or_path: nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-BF16
4343
trust_remote_code: true
4444

4545
checkpoint:

0 commit comments

Comments
 (0)