NVIDIA / NVIDIA/GenerativeAIExamples
Incorrect audit job payload for nemo-microservices/auditor:25.09
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 4.2k
- Forks
- 1.1k
- Avg merge
- 10h 15m
- Merged PRs (30d)
- 1
Description
The current NeMo-Auditor tutorial throws 422 Unprocessable Entity exception while creating an audit job with latest nemo-microservices/auditor:25.09 image.
Current:
payload = {
"name": "getting-started-job",
"project": "demo",
"spec": {
"config": f"default/{config_name}",
"target": f"default/{target_name}",
}
}
Should be
payload = {
"name": "getting-started-job",
"project": "demo",
"config": f"default/{config_name}",
"target": f"default/{target_name}"
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open nemo/NeMo-Auditor/Getting_Started_With_NeMo_Auditor.ipynb and find the audit-job payload shown in the issue. Compare its nesting with the payload required by the nemo-microservices/auditor:25.09 image, then run the tutorial's audit-job creation step and confirm it no longer returns a 422 error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100