NVIDIA-NeMo / NVIDIA-NeMo/RL

[INSTALL-2] Quick Start uses SSH clone and includes a redundant submodule command

Open
#2,706 0 comments 0 reactions 1 assignee Claimed by @kajalj22 View on GitHub
Documentation p1
Dominant language
Python
Stars
2k
Forks
561
Avg merge
4d 5h
Merged PRs (30d)
145

Description

## Problem

The Quick Start `git clone` command uses an SSH URL, which fails for users without SSH keys configured. Additionally, the `git submodule update` command that follows is redundant because the preceding `git clone --recursive` already fetches submodules.

## Suggested fix

- Replace the SSH clone URL with the HTTPS path (`https://github.com/NVIDIA-NeMo/RL.git`).
- Remove or comment out the `git submodule update` command.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.