Skip to content

Differentiate Example-only and Training Resource Servers#264

Merged
bxyu-nvidia merged 15 commits intomainfrom
fsiino/clarify-resource-server-organization
Nov 5, 2025
Merged

Differentiate Example-only and Training Resource Servers#264
bxyu-nvidia merged 15 commits intomainfrom
fsiino/clarify-resource-server-organization

Conversation

@fsiino-nvidia
Copy link
Copy Markdown
Contributor

@fsiino-nvidia fsiino-nvidia commented Oct 31, 2025

This PR changes the file structure of the resources_servers/ folder to place example-only servers in the /examples subdirectory. It also changes the tables in the README to more clearly distinguish these servers.

Signed-off-by: Frankie Siino <fsiino@nvidia.com>
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot bot commented Oct 31, 2025

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@fsiino-nvidia fsiino-nvidia changed the title Differentiate Example and Training Resource Servers Differentiate Example-only and Training Resource Servers Oct 31, 2025
@fsiino-nvidia fsiino-nvidia linked an issue Oct 31, 2025 that may be closed by this pull request
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
…ce-server-organization

Signed-off-by: Frankie Siino <fsiino@nvidia.com>

# Conflicts:
#	README.md
@fsiino-nvidia fsiino-nvidia marked this pull request as ready for review November 4, 2025 18:03
@fsiino-nvidia fsiino-nvidia requested a review from a team as a code owner November 4, 2025 18:03
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
…ce-server-organization

Signed-off-by: Frankie Siino <fsiino@nvidia.com>

# Conflicts:
#	README.md
Comment thread nemo_gym/cli.py Outdated
self._dir_path = Path(self.entrypoint)
assert not self.dir_path.is_absolute()
assert len(self.dir_path.parts) == 2
assert len(self.dir_path.parts) >= 2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we revert this back to ==?

Comment thread nemo_gym/cli.py Outdated

dirpath = Path(run_config.entrypoint)
assert len(dirpath.parts) == 2
assert len(dirpath.parts) >= 2
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same with this

Comment thread pyproject.toml Outdated
[tool.setuptools.packages.find]
where = ["."]
include = ["resources_servers", "responses_api_agents", "responses_api_models", "nemo_gym", "penguin"]
include = ["resources_servers", "resources_servers.examples","responses_api_agents", "responses_api_models", "nemo_gym", "penguin"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont need this

Signed-off-by: Frankie Siino <fsiino@nvidia.com>
@bxyu-nvidia bxyu-nvidia merged commit dca0e75 into main Nov 5, 2025
6 checks passed
@bxyu-nvidia bxyu-nvidia deleted the fsiino/clarify-resource-server-organization branch November 5, 2025 21:34
Kelvin0110 pushed a commit to Kelvin0110/Gym that referenced this pull request Feb 16, 2026
…#264)

This PR changes the file structure of the `resources_servers/` folder to
place example-only servers in the `/examples` subdirectory. It also
changes the tables in the README to more clearly distinguish these
servers.

---------

Signed-off-by: Frankie Siino <fsiino@nvidia.com>
abubakaria56 pushed a commit to abubakaria56/Gym that referenced this pull request Mar 2, 2026
…#264)

This PR changes the file structure of the `resources_servers/` folder to
place example-only servers in the `/examples` subdirectory. It also
changes the tables in the README to more clearly distinguish these
servers.

---------

Signed-off-by: Frankie Siino <fsiino@nvidia.com>
abubakaria56 pushed a commit to abubakaria56/Gym that referenced this pull request Mar 2, 2026
…#264)

This PR changes the file structure of the `resources_servers/` folder to
place example-only servers in the `/examples` subdirectory. It also
changes the tables in the README to more clearly distinguish these
servers.

---------

Signed-off-by: Frankie Siino <fsiino@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.

Improve clarity between example and training resource servers

2 participants