File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,10 @@ dill==0.3.7
2525diskcache==5.6.3
2626distro==1.9.0
2727dnspython==2.6.1
28+ docstring_parser==0.16
2829einops==0.8.0
2930email_validator==2.1.1
31+ evaluate==0.4.2
3032exceptiongroup==1.2.1
3133fastapi==0.111.0
3234fastapi-cli==0.0.3
@@ -133,6 +135,7 @@ scipy==1.13.0
133135sentence-transformers==2.7.0
134136sentencepiece==0.2.0
135137shellingham==1.5.4
138+ shtab==1.7.1
136139six==1.16.0
137140sniffio==1.3.1
138141SQLAlchemy==2.0.30
@@ -150,9 +153,11 @@ tqdm==4.66.4
150153transformers==4.40.2
151154transformers-stream-generator==0.0.5
152155triton==2.3.0
156+ trl==0.8.6
153157typer==0.12.3
154158typing-inspect==0.9.0
155159typing_extensions==4.11.0
160+ tyro==0.8.4
156161tzdata==2024.1
157162ujson==5.9.0
158163urllib3==2.2.1
Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ dataclasses-json==0.6.6
1717datasets==2.16.1
1818deepspeed==0.14.2
1919dill==0.3.7
20+ docstring_parser==0.16
2021einops==0.8.0
22+ evaluate==0.4.2
2123filelock==3.14.0
2224fonttools==4.51.0
2325frozenlist==1.4.1
@@ -32,16 +34,18 @@ joblib==1.4.2
3234jsonpatch==1.33
3335jsonpointer==2.4
3436kiwisolver==1.4.5
35- langchain==0.1.19
37+ langchain==0.1.20
3638langchain-community==0.0.38
3739langchain-core==0.1.52
3840langchain-text-splitters==0.0.1
39- langsmith==0.1.56
41+ langsmith==0.1.57
4042lightgbm==4.3.0
41- lxml==5.2.1
43+ lxml==5.2.2
44+ markdown-it-py==3.0.0
4245MarkupSafe==2.1.5
4346marshmallow==3.21.2
4447matplotlib==3.8.4
48+ mdurl==0.1.2
4549mpmath==1.3.0
4650multidict==6.0.5
4751multiprocess==0.70.15
@@ -64,13 +68,15 @@ pyarrow==11.0.0
6468pyarrow-hotfix==0.6
6569pydantic==2.7.1
6670pydantic_core==2.18.2
71+ Pygments==2.18.0
6772pynvml==11.5.0
6873pyparsing==3.1.2
6974python-dateutil==2.9.0.post0
7075pytz==2024.1
7176PyYAML==6.0.1
7277regex==2024.5.10
7378requests==2.31.0
79+ rich==13.7.1
7480rouge==1.0.1
7581sacrebleu==2.4.2
7682sacremoses==0.1.1
@@ -79,6 +85,7 @@ scikit-learn==1.4.2
7985scipy==1.13.0
8086sentence-transformers==2.7.0
8187sentencepiece==0.2.0
88+ shtab==1.7.1
8289six==1.16.0
8390SQLAlchemy==2.0.30
8491sympy==1.12
@@ -92,8 +99,10 @@ torchvision==0.18.0
9299tqdm==4.66.4
93100transformers==4.40.2
94101transformers-stream-generator==0.0.5
102+ trl==0.8.6
95103typing-inspect==0.9.0
96104typing_extensions==4.11.0
105+ tyro==0.8.4
97106tzdata==2024.1
98107urllib3==2.2.1
99108xgboost==2.0.3
Original file line number Diff line number Diff line change @@ -50,3 +50,5 @@ sacremoses
5050datasets
5151orjson
5252langchain
53+ evaluate
54+ trl
You can’t perform that action at this time.
0 commit comments