diff --git a/nemo/NeMo-Auditor/Getting_Started_With_NeMo_Auditor.ipynb b/nemo/NeMo-Auditor/Getting_Started_With_NeMo_Auditor.ipynb index 6a1bd90e..ce732cdc 100644 --- a/nemo/NeMo-Auditor/Getting_Started_With_NeMo_Auditor.ipynb +++ b/nemo/NeMo-Auditor/Getting_Started_With_NeMo_Auditor.ipynb @@ -405,10 +405,8 @@ "payload = {\n", " \"name\": \"getting-started-job\",\n", " \"project\": \"demo\",\n", - " \"spec\": {\n", - " \"config\": f\"default/{config_name}\",\n", - " \"target\": f\"default/{target_name}\",\n", - " }\n", + " \"config\": f\"default/{config_name}\",\n", + " \"target\": f\"default/{target_name}\",\n", "}\n", "\n", "response = requests.post(url, headers=headers, data=json.dumps(payload))\n",