Skip to content

Commit 9a51a86

Browse files
committed
Update NeMo Auditor notebook
1 parent 36c9723 commit 9a51a86

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

nemo/NeMo-Auditor/Getting_Started_With_NeMo_Auditor.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,12 @@
401401
" \"Content-Type\": \"application/json\"\n",
402402
"}\n",
403403
"payload = {\n",
404-
" \"config\": f\"default/{config_name}\",\n",
405-
" \"target\": f\"default/{target_name}\"\n",
404+
" \"name\": \"getting-started-job\",\n",
405+
" \"project\": \"demo\",\n",
406+
" \"spec\": {\n",
407+
" \"config\": f\"default/{config_name}\",\n",
408+
" \"target\": f\"default/{target_name}\",\n",
409+
" }\n",
406410
"}\n",
407411
"\n",
408412
"response = requests.post(url, headers=headers, data=json.dumps(payload))\n",

0 commit comments

Comments
 (0)