From a14706673bc933e4b71751c46440a023e685a101 Mon Sep 17 00:00:00 2001 From: Ryan Wolf Date: Tue, 26 Mar 2024 10:51:43 -0700 Subject: [PATCH 1/2] Add citation Signed-off-by: Ryan Wolf --- CITATION.cff | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..4aa0bbce0 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,25 @@ +cff-version: 1.0.0 +message: "If you use this software, please cite it as below." +title: "NeMo-Curator: a toolkit for data curation" +repository-code: https://github.com/NVIDIA/NeMo-Curator +authors: + - family-names: Jennings + given-names: Joseph + - family-names: Patwary + given-names: Mostofa + - family-names: Subramanian + given-names: Sandeep + - family-names: Prabhumoye + given-names: Shrimai + - family-names: Dattagupta + given-names: Ayush + - family-names: Jawa + given-names: Vibhu + - family-names: Liu + given-names: Jiwei + - family-names: Wolf + given-names: Ryan + - family-names: Yurick + given-names: Sarah + - family-names: Singh + given-names: Varun From b752f84d1526c22fe0a29e4f2939c9fe7c93314a Mon Sep 17 00:00:00 2001 From: Ryan Wolf Date: Tue, 26 Mar 2024 11:00:03 -0700 Subject: [PATCH 2/2] Remove autofix due to DCO Signed-off-by: Ryan Wolf --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6f550fc95..d6497c927 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ default_language_version: python: python3 ci: - autofix_prs: true + autofix_prs: false autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions' autoupdate_schedule: quarterly