From dee814940915487fb0a3ae48811c201ab7c4def2 Mon Sep 17 00:00:00 2001 From: Sai Chandra Pandraju <41769919+saichandrapandraju@users.noreply.github.com> Date: Mon, 6 Oct 2025 22:15:46 -0400 Subject: [PATCH] fix audit-job payload for nemo-microservices/auditor:25.09 --- nemo/NeMo-Auditor/Getting_Started_With_NeMo_Auditor.ipynb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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",