Skip to content

Conversation

xichengpro
Copy link
Contributor

Fix: Set actor_rollout_ref.model.path to avoid assertion error

The actor_rollout_ref.model.path field is required to be set with a valid HuggingFace model path. If not provided, it would trigger an assertion error inside the copy_local_path_from_hdfs method.

assert src[-1] != "/", f"Make sure the last char in src is not / because it will cause error. Got {src}"

This change ensures that the path is properly configured before training/evaluation starts, preventing unexpected failures.

@vermouth1992 vermouth1992 merged commit 913ca6e into volcengine:main May 28, 2025
1 check passed
wwwjn pushed a commit to wwwjn/verl that referenced this pull request Jun 10, 2025
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