Skip to content

Commit c4e9c9e

Browse files
authored
Add pin to NeMo Toolkit (#407)
* Add pin to nemo toolkit Signed-off-by: Sarah Yurick <[email protected]> * update version Signed-off-by: Sarah Yurick <[email protected]> * Update requirements.txt Signed-off-by: Sarah Yurick <[email protected]> --------- Signed-off-by: Sarah Yurick <[email protected]>
1 parent 8b8db59 commit c4e9c9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jieba==0.42.1
1313
justext==3.0.1
1414
lxml_html_clean
1515
mwparserfromhell==0.6.5
16-
nemo_toolkit[nlp]>=1.23.0
16+
nemo_toolkit[nlp]>=1.23.0, <2.0.0
1717
numpy<2
1818
openai
1919
peft

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def req_file(filename, folder="requirements"):
5555

5656
setup(
5757
name="nemo_curator",
58-
version="0.5.0",
58+
version="0.5.1",
5959
description="Scalable Data Preprocessing Tool for "
6060
"Training Large Language Models",
6161
long_description=long_description,

0 commit comments

Comments
 (0)