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
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,6 @@ ci:
checkpoint_robustness:
tokenizer_name: nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16
experts_implementation: grouped_mm
# Pair the remote-code HF receiver with the legacy adapter export.
trust_remote_code: true
checkpoint.v4_compatible: true
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,6 @@ ci:
checkpoint_robustness:
tokenizer_name: nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16
experts_implementation: grouped_mm
# Pair the remote-code HF receiver with the legacy adapter export.
trust_remote_code: true
checkpoint.v4_compatible: true
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ ci:
# tp_size stays at the base value (1): the dense Nemotron-H custom path is FSDP2-only.
# Use the same cached family tokenizer for the long parity document.
tokenizer_name: nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16
# Pair the remote-code HF receiver with the legacy adapter export.
trust_remote_code: true
checkpoint.v4_compatible: true
dataset.limit_dataset_samples: 500
validation_dataset.limit_dataset_samples: 500
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ ci:
checkpoint_robustness:
hf_device_map_auto: true
experts_implementation: grouped_mm
# Pair the remote-code HF receiver with the legacy adapter export.
trust_remote_code: true
checkpoint.v4_compatible: true
tokenizer_name: nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16
distributed.ep_size: 8
dataset.num_samples_limit: 500
Expand Down
Loading