K8s/XCalibur Support - #579
Open
sjayaram-nv wants to merge 11 commits into
Open
Conversation
Signed-off-by: Smitha Jayaram <sjayaram@nvidia.com>
sjayaram-nv
marked this pull request as draft
August 3, 2026 06:16
sudostock
reviewed
Aug 5, 2026
sudostock
reviewed
Aug 5, 2026
sudostock
reviewed
Aug 5, 2026
sudostock
reviewed
Aug 5, 2026
| launch_path = os.path.join(self.job_dir, "launch.sh") | ||
| with open(launch_path, "w") as f: | ||
| f.write(script) | ||
| os.chmod(launch_path, 0o755) |
| val = labels.get("excalibur.nvidia.com/job") | ||
| if val and val != workloadrun_name: | ||
| return val | ||
| except json.JSONDecodeError: |
Author
There was a problem hiding this comment.
Changed the "pass" to a DEBUG log statement.
Address review comments Signed-off-by: Smitha Jayaram <sjayaram@nvidia.com>
Signed-off-by: Smitha Jayaram <sjayaram@nvidia.com>
Signed-off-by: Smitha Jayaram <sjayaram@nvidia.com>
Signed-off-by: Smitha Jayaram <sjayaram@nvidia.com>
Signed-off-by: Smitha Jayaram <sjayaram@nvidia.com>
Signed-off-by: Ajay <abalasa@nvidia.com> Signed-off-by: Smitha Jayaram <sjayaram@nvidia.com>
…VIDIA-NeMo#595) * chore: add build constraint for setuptools version in pyproject.toml Added a build constraint to specify that setuptools must be less than version 82. This change ensures compatibility with existing dependencies. Signed-off-by: Ajay Balasa <abalasa@nvidia.com> * chore: add build constraint for setuptools version in uv.lock Included a build constraint to specify that setuptools must be less than version 82, ensuring compatibility with existing dependencies. Signed-off-by: Ajay Balasa <abalasa@nvidia.com> --------- Signed-off-by: Ajay Balasa <abalasa@nvidia.com> Signed-off-by: Smitha Jayaram <sjayaram@nvidia.com>
Signed-off-by: Smitha Jayaram <sjayaram@nvidia.com>
Signed-off-by: sjayaram-nv <sjayaram@nvidia.com>
sjayaram-nv
force-pushed
the
sjayaram/k8s-excalibur
branch
from
September 8, 2026 15:17
0a4a6b3 to
c3fe84c
Compare
sjayaram-nv
marked this pull request as ready for review
September 8, 2026 15:17
sudostock
reviewed
Sep 9, 2026
sudostock
reviewed
Sep 9, 2026
sudostock
reviewed
Sep 9, 2026
sudostock
reviewed
Sep 9, 2026
sudostock
reviewed
Sep 9, 2026
sudostock
reviewed
Sep 9, 2026
sudostock
reviewed
Sep 10, 2026
sudostock
reviewed
Sep 10, 2026
Signed-off-by: Smitha Jayaram <sjayaram@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch contains changes for adding the XCalibur executor backend to enable llm benchmarking runs in K8s.