NVIDIA / NeMo-Guardrails

NeMo Guardrails is an open-source toolkit for easily adding programmable guardrails to LLM-based conversational systems.
Other
4.2k stars 399 forks source link

Doc: Fix incorrect folder name & pre-commit setup in CONTRIBUTING.md #800

Closed SSK-14 closed 1 month ago

SSK-14 commented 1 month ago

Description

This PR contains a very small documentation change in the CONTRIBUTING.md file. The folder name in the command after cloning the repository was incorrect and facing error with pre-commit setup, and I have fixed it to reflect the correct name and command.

Related Issue(s)

While running this:

python -m pre-commit install

/Users/.../OSS/NeMo-Guardrails/venv/bin/python: No module named pre-commit

Checklist

Pouyanpi commented 1 month ago

Thank you @SSK-14 for your PR!