Skip to content

feat: Introduce NVARC Resource Server with inductive and transductive modes#1003

Merged
cmunley1 merged 2 commits intomainfrom
esarafian/nvarc
Apr 6, 2026
Merged

feat: Introduce NVARC Resource Server with inductive and transductive modes#1003
cmunley1 merged 2 commits intomainfrom
esarafian/nvarc

Conversation

@cmunley1
Copy link
Copy Markdown
Contributor

@cmunley1 cmunley1 commented Apr 4, 2026

  • Added a new NVARC resource server that supports two agent modes: transductive (outputs grid directly) and inductive (outputs Python code).
  • Implemented necessary configurations and request/response models for both modes.
  • Included a subprocess sandbox for executing Python code safely.
  • Added example datasets and a .gitignore for data files.
  • Comprehensive unit tests for grid parsing and code execution.

Signed-off-by: Elad Sarafian esarafian@nvidia.com

dataset:
https://gitlab-master.nvidia.com/fsoares/post-training-data-processing/-/issues/103

Reopening #989 for @esarafian due to branch renaming.

… modes

- Added a new NVARC resource server that supports two agent modes: transductive (outputs grid directly) and inductive (outputs Python code).
- Implemented necessary configurations and request/response models for both modes.
- Included a subprocess sandbox for executing Python code safely.
- Added example datasets and a .gitignore for data files.
- Comprehensive unit tests for grid parsing and code execution.

Signed-off-by: Elad Sarafian <esarafian@nvidia.com>
Signed-off-by: Elad Sarafian <esarafian@nvidia.com>
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot bot commented Apr 4, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@cmunley1 cmunley1 changed the title feat: Introduce NVARC Resource Server with inductive and transductive modes #989 feat: Introduce NVARC Resource Server with inductive and transductive modes Apr 4, 2026
@cmunley1 cmunley1 merged commit fb99c89 into main Apr 6, 2026
9 checks passed
@cmunley1 cmunley1 deleted the esarafian/nvarc branch April 6, 2026 06:17
kajalj22 pushed a commit that referenced this pull request Apr 7, 2026
… modes (#1003)

- Added a new NVARC resource server that supports two agent modes:
transductive (outputs grid directly) and inductive (outputs Python
code).
- Implemented necessary configurations and request/response models for
both modes.
- Included a subprocess sandbox for executing Python code safely.
- Added example datasets and a .gitignore for data files.
- Comprehensive unit tests for grid parsing and code execution.

Signed-off-by: Elad Sarafian <esarafian@nvidia.com>

dataset:

https://gitlab-master.nvidia.com/fsoares/post-training-data-processing/-/issues/103

Reopening #989 for @esarafian due to branch renaming.

---------

Signed-off-by: Elad Sarafian <esarafian@nvidia.com>
Co-authored-by: Elad Sarafian <esarafian@nvidia.com>
cmunley1 added a commit that referenced this pull request Apr 8, 2026
… modes (#1003)

- Added a new NVARC resource server that supports two agent modes:
transductive (outputs grid directly) and inductive (outputs Python
code).
- Implemented necessary configurations and request/response models for
both modes.
- Included a subprocess sandbox for executing Python code safely.
- Added example datasets and a .gitignore for data files.
- Comprehensive unit tests for grid parsing and code execution.

Signed-off-by: Elad Sarafian <esarafian@nvidia.com>

dataset:

https://gitlab-master.nvidia.com/fsoares/post-training-data-processing/-/issues/103

Reopening #989 for @esarafian due to branch renaming.

---------

Signed-off-by: Elad Sarafian <esarafian@nvidia.com>
Co-authored-by: Elad Sarafian <esarafian@nvidia.com>
Signed-off-by: cmunley1 <cmunley@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants