Hello, local_nemotron-3-super-120b-a12b.yaml and local_nvidia_nemotron_3_nano_30b_a3b.yaml requires file math-oai.yaml file for AIME eval, nevertheless I cannot find this file, so the run of these files does not work.
args: '++prompt_config="/nemo_run/code/eval_factory_prompts/math-oai.yaml"'
Edit:
After the analysis, it works, from nemotron 3 super:
- name: nemo_skills.ns_aime2025
nemo_evaluator_config:
config:
params:
extra:
num_repeats: 64
args: '++prompt_config="/nemo_run/code/eval_factory_prompts/math-oai.yaml"'
- name: nemo_skills.ns_aime2026
nemo_evaluator_config:
config:
params:
extra:
num_repeats: 64
args: ++prompt_config=/nemo_run/code/eval_factory_prompts/math-oai.yaml ++inference.tokens_to_generate=null
but there is the problem with it:
- name: ns_aime2025
nemo_evaluator_config:
config:
params:
extra:
num_repeats: 64
args: '++prompt_config="/nemo_run/code/eval_factory_prompts/math-oai.yaml"'
Hello,
local_nemotron-3-super-120b-a12b.yamlandlocal_nvidia_nemotron_3_nano_30b_a3b.yamlrequires file math-oai.yaml file for AIME eval, nevertheless I cannot find this file, so the run of these files does not work.args: '++prompt_config="/nemo_run/code/eval_factory_prompts/math-oai.yaml"'Edit:
After the analysis, it works, from nemotron 3 super:
but there is the problem with it: