NVIDIA / NVIDIA/GenerativeAIExamples

Incorrect audit job payload for nemo-microservices/auditor:25.09

Open Beginner friendly
#361 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.