Skip to content

Conversation

@ffrujeri
Copy link
Contributor

No description provided.

@copy-pr-bot
Copy link

copy-pr-bot bot commented Nov 19, 2025

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.

@ffrujeri ffrujeri force-pushed the ffrujeri/docs-tools-fix branch from 71bf4e5 to 0970f5a Compare November 19, 2025 23:47
cd Gym
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.local/bin/env
export PATH=$HOME/.local/bin/env/bin:$PATH # or
Copy link
Contributor

Choose a reason for hiding this comment

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

can we avoid this temporary environment variable export? and also why did the source not work for you?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So the issue here is that for the newest version of uv, they changed the way the tool is installed, now I don't see a $HOME/.local/bin/env anymore, instead the tool is installed as uv and uvx in /home/ffrujeri/.local/bin/

(nemo-gym) ffrujeri@40cec8e-lcedt:~/nemo-gym$ which uv
/home/ffrujeri/.local/bin/uv

asyncio.run(rch.run_from_config(config))


if __name__ == "__main__":
Copy link
Contributor

Choose a reason for hiding this comment

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

does ng_collect_rollouts not work? is the command not discoverable? why do we need this section here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

So, the entry points for scripts is mainly when we are trying to launch debug.py I was thinking and there is no harm on also giving this entry point, is there?

@ffrujeri ffrujeri force-pushed the ffrujeri/docs-tools-fix branch from 0970f5a to 058e88a Compare November 20, 2025 00:15
@ffrujeri ffrujeri requested a review from bxyu-nvidia November 20, 2025 18:10
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.

3 participants