Skip to content

Commit 337326e

Browse files
benshi34hongjin-su
andauthored
Fix toolorchestrator trajectory loading (#120)
* upload * update * Update submission.json * toolorchestra submission + custom verification logic * address comments * Fix toolOrchestrator trajectory loading - Rename model from ToolOrchestra to Nemotron-Orchestrator-8B - Update contact info to sdiao@nvidia.com (Shizhe Diao) - Update trajectory pattern mapping to use new model name --------- Co-authored-by: hongjin-su <114016954+hongjin-su@users.noreply.github.com>
1 parent 1b67be7 commit 337326e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/leaderboard/src/components/TrajectoryVisualizer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const TrajectoryVisualizer = () => {
141141
'Qwen3-Max-Thinking-Preview': [
142142
'{domain}_llm_agent_qwen3-max-2025-10-30_user_simulator_gpt-4.1-2025-04-14.json'
143143
],
144-
'ToolOrchestra': [
144+
'Nemotron-Orchestrator-8B': [
145145
'toolorchestra_{domain}_gpt-5_1trial.json'
146146
]
147147
}

0 commit comments

Comments
 (0)