Skip to content

Commit 0ca37bf

Browse files
committed
Fix tokenizer.
Signed-off-by: Jonas Yang <joyang@nvidia.com>
1 parent f3e63c6 commit 0ca37bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/configs/sft_nemotron_super_49b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ policy:
2424
# name: Qwen/Qwen2.5-7B-Instruct
2525
model_name: "/lustre/fsw/portfolios/coreai/users/joyang/models/llama-3_3-nemotron-49b-instruct-128k-v1_2-hf"
2626
tokenizer:
27-
name: "nvidia/Llama-3_3-Nemotron-Super-49B-v1_5"
27+
name: ${policy.model_name}
2828
max_total_sequence_length: 4096
2929
precision: "bfloat16"
3030
train_global_batch_size: 128

0 commit comments

Comments
 (0)