Skip to content

Conversation

@Godofnothing
Copy link

@Godofnothing Godofnothing commented Feb 11, 2026

This PR fixes the repo path in installation instruction and docker files.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request aims to fix the repository path in the installation instructions by updating the git clone URL. The changes made are correct, but the fix is incomplete as several other references to the old repository URL still exist throughout the documentation and Dockerfiles. I've left a comment detailing the other locations that require updating to ensure all links point to the correct repository.

# install the nightly version (recommended)
git clone https://github.com/volcengine/verl && cd verl
git clone https://github.com/verl-project/verl && cd verl
Copy link
Contributor

Choose a reason for hiding this comment

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

high

While this change correctly updates the repository URL, the fix is incomplete. There are several other occurrences of the old URL https://github.com/volcengine/verl that still need to be updated to https://github.com/verl-project/verl to ensure consistency and prevent confusion.

Please update the URL in the following locations as well:

In docs/start/install.rst:

  • Line 57
  • Line 58
  • Line 64
  • Line 65
  • Line 107
  • Line 211
  • Line 239

In docker/Dockerfile.stable.vllm:

  • Line 102

In docker/Dockerfile.stable.sglang:

  • Line 39

A global search-and-replace for volcengine/verl with verl-project/verl across the repository would be the best approach to ensure all references are updated.

@CLAassistant
Copy link

CLAassistant commented Feb 11, 2026

CLA assistant check
All committers have signed the CLA.

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